@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:52.960Z") @Stability(value=Experimental) public interface TopicProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TopicProps.Builder
A builder for
TopicProps |
static class |
TopicProps.Jsii$Proxy
An implementation for
TopicProps |
| Modifier and Type | Method and Description |
|---|---|
static TopicProps.Builder |
builder() |
default String |
getDisplayName()
(experimental) A developer-defined string that can be used to identify this SNS topic.
|
default IKey |
getMasterKey()
(experimental) A KMS Key, either managed by this CDK app, or imported.
|
default String |
getTopicName()
(experimental) A name for the topic.
|
@Stability(value=Experimental) @Nullable default String getDisplayName()
Default: None
@Stability(value=Experimental) @Nullable default IKey getMasterKey()
Default: None
@Stability(value=Experimental) @Nullable default String getTopicName()
If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the topic name. For more information, see Name Type.
Default: Generated name
@Stability(value=Experimental) static TopicProps.Builder builder()
TopicProps.Builder of TopicPropsCopyright © 2020. All rights reserved.