Skip to content

List Tags For Resource

route53recoverycontrolconfig_list_tags_for_resource R Documentation

Lists the tags for a resource

Description

Lists the tags for a resource.

Usage

route53recoverycontrolconfig_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) for the resource that's tagged.

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)