Module: AWSCDK::SQS::FifoThroughputLimit
- Defined in:
- sqs/fifo_throughput_limit.rb
Overview
Whether the FIFO queue throughput quota applies to the entire queue or per message group.
Constant Summary collapse
- PER_QUEUE =
Deprecated.Note:
Default:
Throughput quota applies per queue.
Jsii::Enum.new("aws-cdk-lib.aws_sqs.FifoThroughputLimit", "PER_QUEUE")
- PER_MESSAGE_GROUP_ID =
Deprecated.Note:
Default:
Throughput quota applies per message group id.
Jsii::Enum.new("aws-cdk-lib.aws_sqs.FifoThroughputLimit", "PER_MESSAGE_GROUP_ID")