@Stability(value=Stable)
public static interface CfnResponsePlan.NotificationTargetItemProperty
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.ssmincidents.*;
NotificationTargetItemProperty notificationTargetItemProperty = NotificationTargetItemProperty.builder()
.snsTopicArn("snsTopicArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResponsePlan.NotificationTargetItemProperty.Builder
A builder for
CfnResponsePlan.NotificationTargetItemProperty |
static class |
CfnResponsePlan.NotificationTargetItemProperty.Jsii$Proxy
An implementation for
CfnResponsePlan.NotificationTargetItemProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResponsePlan.NotificationTargetItemProperty.Builder |
builder() |
default String |
getSnsTopicArn()
The Amazon Resource Name (ARN) of the SNS topic.
|
@Stability(value=Stable) @Nullable default String getSnsTopicArn()
@Stability(value=Stable) static CfnResponsePlan.NotificationTargetItemProperty.Builder builder()
Copyright © 2022. All rights reserved.