| Package | Description |
|---|---|
| software.amazon.awscdk.services.sqs |
Amazon Simple Queue Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default FifoThroughputLimit |
QueueProps.getFifoThroughputLimit()
For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group.
|
FifoThroughputLimit |
QueueProps.Jsii$Proxy.getFifoThroughputLimit() |
static FifoThroughputLimit |
FifoThroughputLimit.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
QueueProps.Builder |
QueueProps.Builder.fifoThroughputLimit(FifoThroughputLimit fifoThroughputLimit)
Sets the value of
QueueProps.getFifoThroughputLimit() |
Queue.Builder |
Queue.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.
|
Copyright © 2022. All rights reserved.