@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.351Z") @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 Boolean |
getContentBasedDeduplication()
(experimental) Enables content-based deduplication for FIFO topics.
|
default String |
getDisplayName()
(experimental) A developer-defined string that can be used to identify this SNS topic.
|
default Boolean |
getFifo()
(experimental) Set to true to create a FIFO 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 Boolean getContentBasedDeduplication()
Default: None
@Stability(value=Experimental) @Nullable default String getDisplayName()
Default: None
@Stability(value=Experimental) @Nullable default Boolean getFifo()
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 © 2021. All rights reserved.