ComplianceOccurrenceArgs

data class ComplianceOccurrenceArgs(val nonComplianceReason: Output<String>? = null, val nonCompliantFiles: Output<List<NonCompliantFileArgs>>? = null) : ConvertibleToJava<ComplianceOccurrenceArgs>

An indication that the compliance checks in the associated ComplianceNote were not satisfied for particular resources or a specified reason.

Constructors

Link copied to clipboard
fun ComplianceOccurrenceArgs(nonComplianceReason: Output<String>? = null, nonCompliantFiles: Output<List<NonCompliantFileArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ComplianceOccurrenceArgs

Properties

Link copied to clipboard
val nonComplianceReason: Output<String>? = null

The reason for non compliance of these files.

Link copied to clipboard

A list of files which are violating compliance checks.