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.
sqs_list_queues(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.
svc$list_queues( QueueNamePrefix = "string" )
Cross-account permissions don't apply to this action. For more information, see Grant Cross-Account Permissions to a Role and a User Name in the Amazon Simple Queue Service Developer Guide.