List Tags For Resource
applicationautoscaling_list_tags_for_resource | R Documentation |
Returns all the tags on the specified Application Auto Scaling scalable target¶
Description¶
Returns all the tags on the specified Application Auto Scaling scalable target.
For general information about tags, including the format and syntax, see Tagging your Amazon Web Services resources in the Amazon Web Services General Reference.
Usage¶
applicationautoscaling_list_tags_for_resource(ResourceARN)
Arguments¶
ResourceARN |
[required] Specify the ARN of the scalable target. For example: To get the ARN for a scalable target, use
|
Value¶
A list with the following syntax:
list(
Tags = list(
"string"
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceARN = "string"
)