AWS SQS

List queues with attributes

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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

Champ

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

Champ

Type

Description

queues [required]

[object]

name [required]

string

url [required]

string

attributes

object

A map of attributes to their respective values.

amzRequestId [required]

string