Skip to content

List Tags For Resources

route53recoveryreadiness_list_tags_for_resources R Documentation

Lists the tags for a resource

Description

Lists the tags for a resource.

Usage

route53recoveryreadiness_list_tags_for_resources(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) for a resource.

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resources(
  ResourceArn = "string"
)