Skip to content

List Tags For Resource

synthetics_list_tags_for_resource R Documentation

Displays the tags associated with a canary or group

Description

Displays the tags associated with a canary or group.

Usage

synthetics_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The ARN of the canary or group that you want to view tags for.

The ARN format of a canary is arn:aws:synthetics:Region:account-id:canary:canary-name .

The ARN format of a group is arn:aws:synthetics:Region:account-id:group:group-name

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)