Interface CfnAccountAuditConfiguration.AuditCheckConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccountAuditConfiguration.AuditCheckConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAccountAuditConfiguration
@Stability(Stable)
public static interface CfnAccountAuditConfiguration.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.services.iot.*; AuditCheckConfigurationProperty auditCheckConfigurationProperty = AuditCheckConfigurationProperty.builder() .enabled(false) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnAccountAuditConfiguration.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.- See Also:
-
builder
@Stability(Stable) static CfnAccountAuditConfiguration.AuditCheckConfigurationProperty.Builder builder()
-