Learn R Programming

paws.application.integration (version 0.1.5)

sqs_untag_queue: Remove cost allocation tags from the specified Amazon SQS queue

Description

Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon Simple Queue Service Developer Guide.

Usage

sqs_untag_queue(QueueUrl, TagKeys)

Arguments

QueueUrl

[required] The URL of the queue.

TagKeys

[required] The list of tags to be removed from the specified queue.

Request syntax

svc$untag_queue(
  QueueUrl = "string",
  TagKeys = list(
    "string"
  )
)

Details

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.