AWS.SQS.ISQSCreateQueueRequest.FifoThroughputLimit

Specifies whether the FIFO queue throughput quota applies to the entire queue or per message group.

property FifoThroughputLimit: string;
__property AnsiString FifoThroughputLimit;

File: AWS.SQS.pas 

Namespace: AWS.SQS 

Module: Appercept AWS SDK for Delphi 

Valid values are perMessageGroupId or perQueue. The perMessageGroupId is only valid when DeduplicationScope is messageGroup.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.