public static interface CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty
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.*; AuditNotificationTargetConfigurationsProperty auditNotificationTargetConfigurationsProperty = AuditNotificationTargetConfigurationsProperty.builder() .sns(AuditNotificationTargetProperty.builder() .enabled(false) .roleArn("roleArn") .targetArn("targetArn") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty.Builder
|
static class |
CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty.Jsii$Proxy
An implementation for
CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty.Builder |
builder() |
default java.lang.Object |
getSns()
The `Sns` notification target.
|