FifoThroughputLimit

class aws_cdk.aws_sqs.FifoThroughputLimit(value)

Bases: 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.