Skip to content

List Tags For Resource

voiceid_list_tags_for_resource R Documentation

Lists all tags associated with a specified Voice ID resource

Description

Lists all tags associated with a specified Voice ID resource.

Usage

voiceid_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the Voice ID resource for which you want to list the tags.

Value

A list with the following syntax:

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

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)