paws.application.integration (version 0.1.0)

sqs_list_queues: Returns a list of your queues

Description

Returns a list of your queues. The maximum number of queues that can be returned is 1,000. If you specify a value for the optional QueueNamePrefix parameter, only queues with a name that begins with the specified value are returned.

Usage

sqs_list_queues(QueueNamePrefix)

Arguments

QueueNamePrefix

A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Queue URLs and names are case-sensitive.

Request syntax

svc$list_queues(
  QueueNamePrefix = "string"
)

Details

Cross-account permissions don't apply to this action. For more information, see see Grant Cross-Account Permissions to a Role and a User Name in the Amazon Simple Queue Service Developer Guide.