@Stability(value=Stable)
public static interface CfnAccountAuditConfiguration.AuditNotificationTargetProperty
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.*;
AuditNotificationTargetProperty auditNotificationTargetProperty = AuditNotificationTargetProperty.builder()
.enabled(false)
.roleArn("roleArn")
.targetArn("targetArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccountAuditConfiguration.AuditNotificationTargetProperty.Builder
|
static class |
CfnAccountAuditConfiguration.AuditNotificationTargetProperty.Jsii$Proxy
An implementation for
CfnAccountAuditConfiguration.AuditNotificationTargetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccountAuditConfiguration.AuditNotificationTargetProperty.Builder |
builder() |
default Object |
getEnabled()
True if notifications to the target are enabled.
|
default String |
getRoleArn()
The ARN of the role that grants permission to send notifications to the target.
|
default String |
getTargetArn()
The ARN of the target (SNS topic) to which audit notifications are sent.
|
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) @Nullable default String getTargetArn()
@Stability(value=Stable) static CfnAccountAuditConfiguration.AuditNotificationTargetProperty.Builder builder()
Copyright © 2022. All rights reserved.