Skip to content

List Tags for Resource

ivs_list_tags_for_resource R Documentation

Gets information about Amazon Web Services tags for the specified ARN

Description

Gets information about Amazon Web Services tags for the specified ARN.

Usage

ivs_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The ARN of the resource to be retrieved. The ARN must be URL-encoded.

Value

A list with the following syntax:

list(
  tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)