Interface CfnConfigRule.ComplianceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfigRule.ComplianceProperty.Jsii$Proxy
Enclosing class:
CfnConfigRule

@Stability(Stable) public static interface CfnConfigRule.ComplianceProperty extends software.amazon.jsii.JsiiSerializable
Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.config.*;
 ComplianceProperty complianceProperty = ComplianceProperty.builder()
         .type("type")
         .build();
 

See Also: