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
The ARN format of a group is
|
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)