| Package | Description |
|---|---|
| software.amazon.awscdk.services.sns |
Amazon Simple Notification Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Topic.Builder |
Topic.Builder.contentBasedDeduplication(Boolean contentBasedDeduplication)
(experimental) Enables content-based deduplication for FIFO topics.
|
static Topic.Builder |
Topic.Builder.create(software.constructs.Construct scope,
String id) |
Topic.Builder |
Topic.Builder.displayName(String displayName)
(experimental) A developer-defined string that can be used to identify this SNS topic.
|
Topic.Builder |
Topic.Builder.fifo(Boolean fifo)
(experimental) Set to true to create a FIFO topic.
|
Topic.Builder |
Topic.Builder.masterKey(IKey masterKey)
(experimental) A KMS Key, either managed by this CDK app, or imported.
|
Topic.Builder |
Topic.Builder.topicName(String topicName)
(experimental) A name for the topic.
|
Copyright © 2021. All rights reserved.