applicationautoscaling_untag_resource {paws.management} | R Documentation |
Deletes tags from an Application Auto Scaling scalable target
Description
Deletes tags from an Application Auto Scaling scalable target. To delete a tag, specify the tag key and the Application Auto Scaling scalable target.
See https://www.paws-r-sdk.com/docs/applicationautoscaling_untag_resource/ for full documentation.
Usage
applicationautoscaling_untag_resource(ResourceARN, TagKeys)
Arguments
ResourceARN |
[required] Identifies the Application Auto Scaling scalable target from which to remove tags. For example:
To get the ARN for a scalable target, use
|
TagKeys |
[required] One or more tag keys. Specify only the tag keys, not the tag values. |
[Package paws.management version 0.7.0 Index]