cloudwatch_list_tags_for_resource {paws.management} | R Documentation |
Displays the tags associated with a CloudWatch resource
Description
Displays the tags associated with a CloudWatch resource. Currently, alarms and Contributor Insights rules support tagging.
See https://www.paws-r-sdk.com/docs/cloudwatch_list_tags_for_resource/ for full documentation.
Usage
cloudwatch_list_tags_for_resource(ResourceARN)
Arguments
ResourceARN |
[required] The ARN of the CloudWatch resource that you want to view tags for. The ARN format of an alarm is
The ARN format of a Contributor Insights rule is
For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference. |
[Package paws.management version 0.6.1 Index]