synthetics_list_tags_for_resource {paws.management}R Documentation

Displays the tags associated with a canary or group

Description

Displays the tags associated with a canary or group.

See https://www.paws-r-sdk.com/docs/synthetics_list_tags_for_resource/ for full documentation.

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


[Package paws.management version 0.7.0 Index]