| Modifier and Type | Method and Description |
|---|---|
Topic.Builder |
Topic.Builder.contentBasedDeduplication(Boolean contentBasedDeduplication)
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)
A developer-defined string that can be used to identify this SNS topic.
|
Topic.Builder |
Topic.Builder.fifo(Boolean fifo)
Set to true to create a FIFO topic.
|
Topic.Builder |
Topic.Builder.masterKey(IKey masterKey)
A KMS Key, either managed by this CDK app, or imported.
|
Topic.Builder |
Topic.Builder.topicName(String topicName)
A name for the topic.
|
Copyright © 2021. All rights reserved.