CompliancePropertiesArgs

data class CompliancePropertiesArgs(val type: Output<String>? = null) : ConvertibleToJava<CompliancePropertiesArgs>

Indicates whether an AWS resource or CC rule is compliant and provides the number of contributors that affect the compliance.

Constructors

Link copied to clipboard
constructor(type: Output<String>? = null)

Properties

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

Compliance type determined by the Config rule

Functions

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