Skip to content

List Tags for Resource

backupgateway_list_tags_for_resource R Documentation

Lists the tags applied to the resource identified by its Amazon Resource Name (ARN)

Description

Lists the tags applied to the resource identified by its Amazon Resource Name (ARN).

Usage

backupgateway_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource's tags to list.

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"
)