Skip to content

List Tags For Resource

pinpointsmsvoicev2_list_tags_for_resource R Documentation

List all tags associated with a resource

Description

List all tags associated with a resource.

Usage

pinpointsmsvoicev2_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource to query for.

Value

A list with the following syntax:

list(
  ResourceArn = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)