@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:52.940Z") @Stability(value=Stable) public interface CfnTopicProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicProps.Builder
A builder for
CfnTopicProps |
static class |
CfnTopicProps.Jsii$Proxy
An implementation for
CfnTopicProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicProps.Builder |
builder() |
default Object |
getContentBasedDeduplication()
`AWS::SNS::Topic.ContentBasedDeduplication`.
|
default String |
getDisplayName()
`AWS::SNS::Topic.DisplayName`.
|
default Object |
getFifoTopic()
`AWS::SNS::Topic.FifoTopic`.
|
default String |
getKmsMasterKeyId()
`AWS::SNS::Topic.KmsMasterKeyId`.
|
default Object |
getSubscription()
`AWS::SNS::Topic.Subscription`.
|
default List<CfnTag> |
getTags()
`AWS::SNS::Topic.Tags`.
|
default String |
getTopicName()
`AWS::SNS::Topic.TopicName`.
|
@Stability(value=Stable) @Nullable default Object getContentBasedDeduplication()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-contentbaseddeduplication@Stability(value=Stable) @Nullable default String getDisplayName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-displayname@Stability(value=Stable) @Nullable default Object getFifoTopic()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-fifotopic@Stability(value=Stable) @Nullable default String getKmsMasterKeyId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-kmsmasterkeyid@Stability(value=Stable) @Nullable default Object getSubscription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-subscription@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-tags@Stability(value=Stable) @Nullable default String getTopicName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic.html#cfn-sns-topic-topicname@Stability(value=Stable) static CfnTopicProps.Builder builder()
CfnTopicProps.Builder of CfnTopicPropsCopyright © 2020. All rights reserved.