Skip to content

List Queue Tags

sqs_list_queue_tags R Documentation

List all cost allocation tags added to the specified Amazon SQS queue

Description

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 username in the Amazon SQS Developer Guide.

Usage

sqs_list_queue_tags(QueueUrl)

Arguments

QueueUrl

[required] The URL of the queue.

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_queue_tags(
  QueueUrl = "string"
)