AWS SQS

List queues with attributes

Return a list of queues in the current region with their attributes . The response includes a maximum of 1,000 results. If you specify a value for the optional QueueNamePrefix parameter, only queues with names that begin with the specified value are returned.

Inputs

Field

Type

Description

region [required]

enum

default: us-east-1

queueNamePrefix

string

A string used to filter the list results. Only queues with names beginning with the string are returned. Queue URLs and names are case-sensitive.

maxResults

number

The maximum number of results to include in the response.

Outputs

Expand All

Field

Type

Description

queues [required]

[object]

name [required]

string

url [required]

string

attributes

object

A map of attributes to their respective values.

amzRequestId [required]

string