Optional ReadonlycontentOptional ReadonlycreateFlag controlling CloudFormation output and stack export creation for construct resources
Optional ReadonlycreateFlag controlling SSM parameter creation for construct resource references enabling
Optional ReadonlydataThe length of time that Amazon SQS reuses a data key before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes).
Optional ReadonlydeadOptional ReadonlydeduplicationFor high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. (Only applies to FIFO queues.)
Optional ReadonlydeliveryReadonlyencryptionExternal KMS master key to use for queue encryption.
Individual messages will be encrypted using data keys. The data keys in
turn will be encrypted using this key, and reused for a maximum of
dataKeyReuseSecs seconds.
If the 'encryptionMasterKey' property is set, 'encryption' type will be
implicitly set to "KMS".
Optional ReadonlyfifoWhether this a first-in-first-out (FIFO) queue.
Optional ReadonlyfifoFor high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. (Only applies to FIFO queues.)
Optional ReadonlymaxReadonlynamingMDAA naming implementation for consistent resource naming across all MDAA constructs
ReadonlyqueueOptional ReadonlyreceiveOptional ReadonlyremovalPolicy to apply when the queue is removed from the stack
Even though queues are technically stateful, their contents are transient and it
is common to add and remove Queues while rearchitecting your application. The
default is therefore DESTROY. Change it to RETAIN if the messages are so
valuable that accidentally losing them would be unacceptable.
Optional ReadonlyretentionOptional Readonlyvisibility
Specifies whether to enable content-based deduplication. During the deduplication interval (5 minutes), Amazon SQS treats messages that are sent with identical content (excluding attributes) as duplicates and delivers only one copy of the message. If you don't enable content-based deduplication and you want to deduplicate messages, provide an explicit deduplication ID in your SendMessage() call. (Only applies to FIFO queues.)