applicationautoscaling_tag_resource: Adds or edits tags on an Application Auto Scaling scalable...

View source: R/applicationautoscaling_operations.R

applicationautoscaling_tag_resourceR Documentation

Adds or edits tags on an Application Auto Scaling scalable target

Description

Adds or edits tags on an Application Auto Scaling scalable target.

See https://www.paws-r-sdk.com/docs/applicationautoscaling_tag_resource/ for full documentation.

Usage

applicationautoscaling_tag_resource(ResourceARN, Tags)

Arguments

ResourceARN

[required] Identifies the Application Auto Scaling scalable target that you want to apply tags to.

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.

Tags

[required] The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.

Each tag consists of a tag key and a tag value.

You cannot have more than one tag on an Application Auto Scaling scalable target with the same tag key. If you specify an existing tag key with a different tag value, Application Auto Scaling replaces the current tag value with the specified one.

For information about the rules that apply to tag keys and tag values, see User-defined tag restrictions in the Amazon Web Services Billing and Cost Management User Guide.


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