Queue

class Queue : KotlinCustomResource

Resource Type definition for AWS::SQS::Queue

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

Amazon Resource Name (ARN) of the queue.

Link copied to clipboard

For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, Amazon SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message.

Link copied to clipboard

Specifies whether message deduplication occurs at the message group or queue level. Valid values are messageGroup and queue.

Link copied to clipboard
val delaySeconds: Output<Int>?

The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of 0 to 900 (15 minutes). The default value is 0.

Link copied to clipboard
val fifoQueue: Output<Boolean>?

If set to true, creates a FIFO queue. If you don't specify this property, Amazon SQS creates a standard queue.

Link copied to clipboard

Specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are perQueue and perMessageGroupId. The perMessageGroupId value is allowed only when the value for DeduplicationScope is messageGroup.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The length of time in seconds for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes).

Link copied to clipboard
val kmsMasterKeyId: Output<String>?

The ID of an AWS managed customer master key (CMK) for Amazon SQS or a custom CMK. To use the AWS managed CMK for Amazon SQS, specify the (default) alias alias/aws/sqs.

Link copied to clipboard
val maximumMessageSize: Output<Int>?

The limit of how many bytes that a message can contain before Amazon SQS rejects it. You can specify an integer value from 1,024 bytes (1 KiB) to 262,144 bytes (256 KiB). The default value is 262,144 (256 KiB).

Link copied to clipboard

The number of seconds that Amazon SQS retains a message. You can specify an integer value from 60 seconds (1 minute) to 1,209,600 seconds (14 days). The default value is 345,600 seconds (4 days).

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val queueName: Output<String>?

A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the .fifo suffix.

Link copied to clipboard
val queueUrl: Output<String>

URL of the source queue.

Link copied to clipboard

Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property.

Link copied to clipboard
val redriveAllowPolicy: Output<Any>?

The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object.

Link copied to clipboard
val redrivePolicy: Output<Any>?

A string that includes the parameters for the dead-letter queue functionality (redrive policy) of the source queue.

Link copied to clipboard

Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (e.g. SSE-KMS or SSE-SQS ).

Link copied to clipboard
val tags: Output<List<QueueTag>>?

The tags that you attach to this queue.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val visibilityTimeout: Output<Int>?

The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds.