Interface CfnAccountAuditConfigurationPropsMixin.AuditCheckConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccountAuditConfigurationPropsMixin.AuditCheckConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAccountAuditConfigurationPropsMixin
@Stability(Stable)
public static interface CfnAccountAuditConfigurationPropsMixin.AuditCheckConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Which audit checks are enabled and disabled for this account.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iot.*;
AuditCheckConfigurationProperty auditCheckConfigurationProperty = AuditCheckConfigurationProperty.builder()
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAccountAuditConfigurationPropsMixin.AuditCheckConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
True if this audit check is enabled for this account.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnAccountAuditConfigurationPropsMixin.AuditCheckConfigurationProperty.Builder builder()
-