Skip to content

List Tags for Resource

translate_list_tags_for_resource R Documentation

Lists all tags associated with a given Amazon Translate resource

Description

Lists all tags associated with a given Amazon Translate resource. For more information, see Tagging your resources.

Usage

translate_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the given Amazon Translate resource you are querying.

Value

A list with the following syntax:

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

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)