Contents:
aws_cdk.aws_sqs.
FifoThroughputLimit
Bases: enum.Enum
enum.Enum
Whether the FIFO queue throughput quota applies to the entire queue or per message group.
Attributes
PER_MESSAGE_GROUP_ID
Throughput quota applies per message group id.
PER_QUEUE
Throughput quota applies per queue.