@Stability(value=Stable)
public static interface CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty
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.*;
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 Object |
getSns()
The `Sns` notification target.
|
@Stability(value=Stable) @Nullable default Object getSns()
@Stability(value=Stable) static CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty.Builder builder()
Copyright © 2022. All rights reserved.