sqs_tag_queue {paws.application.integration} | R Documentation |
Add cost allocation tags to the specified Amazon SQS queue
Description
Add cost allocation tags to the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon SQS Developer Guide.
See https://www.paws-r-sdk.com/docs/sqs_tag_queue/ for full documentation.
Usage
sqs_tag_queue(QueueUrl, Tags)
Arguments
QueueUrl |
[required] The URL of the queue. |
Tags |
[required] The list of tags to be added to the specified queue. |
[Package paws.application.integration version 0.7.0 Index]