Skip to content

List Tags For Resource

cloudwatchevidently_list_tags_for_resource R Documentation

Displays the tags associated with an Evidently resource

Description

Displays the tags associated with an Evidently resource.

Usage

cloudwatchevidently_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(
  tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)