ListQueueTags
List all cost allocation tags added to the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon SQS Developer Guide.
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 SQS Developer Guide.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- QueueUrl
-
The URL of the queue.
Type: String
Required: Yes
Response Elements
The following element is returned by the service.
- Tag
- Tag.N.Key (key)
- Tag.N.Value (value)
-
The list of all tags added to the specified queue.
Type: String to string map
Errors
For information about the errors that are common to all actions, see Common Errors.
Examples
Example
This example illustrates one usage of ListQueueTags.
Sample Request
https://sqs.us-east-2.amazonaws.com/123456789012/MyQueue/
?Action=ListQueueTags
&Expires=2020-10-18T22%3A52%3A43PST
&Version=2012-11-05
&AUTHPARAMS
Sample Response
<ListQueueTagsResponse>
<ListQueueTagsResult>
<Tag>
<Key>QueueType</Key>
<Value>Production</Value>
</Tag>
<Tag>
<Key>Owner</Key>
<Value>Developer123</Value>
</Tag>
</ListQueueTagsResult>
<ResponseMetadata>
<RequestId>a1b2c3d4-e567-8901-23f4-g5678901hi23</RequestId>
</ResponseMetadata>
</ListQueueTagsResponse>
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: