Uses of Enum
software.amazon.awscdk.services.sns.FifoThroughputScope
Packages that use FifoThroughputScope
Package
Description
Amazon Simple Notification Service Construct Library
-
Uses of FifoThroughputScope in software.amazon.awscdk.services.sns
Methods in software.amazon.awscdk.services.sns that return FifoThroughputScopeModifier and TypeMethodDescriptiondefault FifoThroughputScopeTopicProps.getFifoThroughputScope()Specifies the throughput quota and deduplication behavior to apply for the FIFO topic.final FifoThroughputScopeTopicProps.Jsii$Proxy.getFifoThroughputScope()static FifoThroughputScopeReturns the enum constant of this type with the specified name.static FifoThroughputScope[]FifoThroughputScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.sns with parameters of type FifoThroughputScopeModifier and TypeMethodDescriptionTopic.Builder.fifoThroughputScope(FifoThroughputScope fifoThroughputScope) Specifies the throughput quota and deduplication behavior to apply for the FIFO topic.TopicProps.Builder.fifoThroughputScope(FifoThroughputScope fifoThroughputScope) Sets the value ofTopicProps.getFifoThroughputScope()