enum FifoThroughputLimit
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SQS.FifoThroughputLimit |
Java | software.amazon.awscdk.services.sqs.FifoThroughputLimit |
Python | aws_cdk.aws_sqs.FifoThroughputLimit |
TypeScript (source) | @aws-cdk/aws-sqs » FifoThroughputLimit |
Whether the FIFO queue throughput quota applies to the entire queue or per message group.
Members
| Name | Description |
|---|---|
| PER_QUEUE | Throughput quota applies per queue. |
| PER_MESSAGE_GROUP_ID | Throughput quota applies per message group id. |
PER_QUEUE
Throughput quota applies per queue.
PER_MESSAGE_GROUP_ID
Throughput quota applies per message group id.

.NET
Java
Python
TypeScript (