Uses of Enum
software.amazon.awscdk.services.sqs.FifoThroughputLimit
Packages that use FifoThroughputLimit
Package
Description
Amazon Simple Queue Service Construct Library
-
Uses of FifoThroughputLimit in software.amazon.awscdk.services.sqs
Methods in software.amazon.awscdk.services.sqs that return FifoThroughputLimitModifier and TypeMethodDescriptiondefault FifoThroughputLimitQueueProps.getFifoThroughputLimit()For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group.final FifoThroughputLimitQueueProps.Jsii$Proxy.getFifoThroughputLimit()static FifoThroughputLimitReturns the enum constant of this type with the specified name.static FifoThroughputLimit[]FifoThroughputLimit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.sqs with parameters of type FifoThroughputLimitModifier and TypeMethodDescriptionQueue.Builder.fifoThroughputLimit(FifoThroughputLimit fifoThroughputLimit) For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group.QueueProps.Builder.fifoThroughputLimit(FifoThroughputLimit fifoThroughputLimit) Sets the value ofQueueProps.getFifoThroughputLimit()