fifoThroughputLimit

@JvmName(name = "dkmjdtpfrcavdjbr")
suspend fun fifoThroughputLimit(value: Output<String>)
@JvmName(name = "eojtgrsrthjqcxpn")
suspend fun fifoThroughputLimit(value: String?)

Parameters

value

For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are `perQueue` and `perMessageGroupId`. To enable high throughput for a FIFO queue, set this attribute to `perMessageGroupId` and set the `DeduplicationScope` attribute to `messageGroup`. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see High throughput for FIFO queues and Quotas related to messages in the Developer Guide.