Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sns.CfnTopicPropsMixin.Builder
Packages that use CfnTopicPropsMixin.Builder
-
Uses of CfnTopicPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sns
Methods in software.amazon.awscdk.cfnpropertymixins.services.sns that return CfnTopicPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTopicPropsMixin.Builder.archivePolicy(Object archivePolicy) TheArchivePolicydetermines the number of days Amazon retains messages in FIFO topics.CfnTopicPropsMixin.Builder.contentBasedDeduplication(Boolean contentBasedDeduplication) ContentBasedDeduplicationenables deduplication of messages based on their content for FIFO topics.CfnTopicPropsMixin.Builder.contentBasedDeduplication(IResolvable contentBasedDeduplication) ContentBasedDeduplicationenables deduplication of messages based on their content for FIFO topics.static CfnTopicPropsMixin.BuilderCfnTopicPropsMixin.Builder.create()static CfnTopicPropsMixin.BuilderCfnTopicPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTopicPropsMixin.Builder.dataProtectionPolicy(Object dataProtectionPolicy) The body of the policy document you want to use for this topic.CfnTopicPropsMixin.Builder.deliveryStatusLogging(List<? extends Object> deliveryStatusLogging) TheDeliveryStatusLoggingconfiguration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:.CfnTopicPropsMixin.Builder.deliveryStatusLogging(IResolvable deliveryStatusLogging) TheDeliveryStatusLoggingconfiguration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:.CfnTopicPropsMixin.Builder.displayName(String displayName) The display name to use for an Amazon topic with SMS subscriptions.CfnTopicPropsMixin.Builder.fifoThroughputScope(String fifoThroughputScope) Specifies the throughput quota and deduplication behavior to apply for the FIFO topic.Set to true to create a FIFO topic.CfnTopicPropsMixin.Builder.fifoTopic(IResolvable fifoTopic) Set to true to create a FIFO topic.CfnTopicPropsMixin.Builder.kmsMasterKeyId(String kmsMasterKeyId) The ID of an AWS managed customer master key (CMK) for Amazon or a custom CMK.CfnTopicPropsMixin.Builder.kmsMasterKeyId(IAliasRef kmsMasterKeyId) The ID of an AWS managed customer master key (CMK) for Amazon or a custom CMK.CfnTopicPropsMixin.Builder.kmsMasterKeyId(IKeyRef kmsMasterKeyId) The ID of an AWS managed customer master key (CMK) for Amazon or a custom CMK.CfnTopicPropsMixin.Builder.signatureVersion(String signatureVersion) The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS.CfnTopicPropsMixin.Builder.subscription(List<? extends Object> subscription) The Amazon subscriptions (endpoints) for this topic.CfnTopicPropsMixin.Builder.subscription(IResolvable subscription) The Amazon subscriptions (endpoints) for this topic.The list of tags to add to a new topic.The name of the topic you want to create.CfnTopicPropsMixin.Builder.tracingConfig(String tracingConfig) Tracing mode of an Amazon topic.