@Stability(value=Stable)
public static interface CfnAccountAuditConfiguration.AuditCheckConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccountAuditConfiguration.AuditCheckConfigurationProperty.Builder
|
static class |
CfnAccountAuditConfiguration.AuditCheckConfigurationProperty.Jsii$Proxy
An implementation for
CfnAccountAuditConfiguration.AuditCheckConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccountAuditConfiguration.AuditCheckConfigurationProperty.Builder |
builder() |
default Object |
getEnabled()
True if this audit check is enabled for this account.
|
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) static CfnAccountAuditConfiguration.AuditCheckConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.