Skip to main content
Version: 0.1.9

queue

Columns

Optional arn: string

The queue ARN.

delay_seconds: number

The length of time, in seconds, for which the delivery of all messages in the queue is delayed.

See

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/createqueuecommandinput.html

fifo_queue: boolean

Designates a queue as FIFO. If not specified, the queue will be created in standard mode.

See

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/createqueuecommandinput.html

maximum_message_size: number

The limit of how many bytes a message can contain before Amazon SQS rejects it.

See

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/createqueuecommandinput.html

message_retention_period: number

The length of time, in seconds, for which Amazon SQS retains a message.

See

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/createqueuecommandinput.html

name: string

Name for the SQS queue

See

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/createqueuecommandinput.html#queuename

Optional policy: policy

The queue's policy. A valid Amazon Web Services policy.

See

https://docs.aws.amazon.com/IAM/latest/UserGuide/PoliciesOverview.html

receive_message_wait_time_seconds: number

The length of time, in seconds, for which a ReceiveMessage action waits for a message to arrive.

See

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/createqueuecommandinput.html

region: string

Region for the SQS queue

Optional url: string

Amazon SQS assigns a unique identifier called a queue URL to each new queue.

visibility_timeout: number

The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours).

See

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/interfaces/createqueuecommandinput.html