Skip to content

List Tags For Resource

cloudwatchrum_list_tags_for_resource R Documentation

Displays the tags associated with a CloudWatch RUM resource

Description

Displays the tags associated with a CloudWatch RUM resource.

Usage

cloudwatchrum_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The ARN of the resource that you want to see the tags of.

Value

A list with the following syntax:

list(
  ResourceArn = "string",
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)