Skip to content

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: ⁠arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123⁠

To get the ARN for a scalable target, use describe_scalable_targets.

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceARN = "string"
)