List Tags For Resource
cloudwatchinternetmonitor_list_tags_for_resource | R Documentation |
Lists the tags for a resource¶
Description¶
Lists the tags for a resource. Tags are supported only for monitors in Amazon CloudWatch Internet Monitor.
Usage¶
cloudwatchinternetmonitor_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) for a resource. |
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)