applicationautoscaling_untag_resource: Deletes tags from an Application Auto Scaling scalable target

View source: R/applicationautoscaling_operations.R

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

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

TagKeys

[required] One or more tag keys. Specify only the tag keys, not the tag values.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.