View source: R/applicationautoscaling_operations.R
applicationautoscaling_tag_resource | R Documentation |
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.
applicationautoscaling_tag_resource(ResourceARN, Tags)
ResourceARN |
[required] Identifies the Application Auto Scaling scalable target that you want to apply tags to. For example:
To get the ARN for a scalable target, use
|
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 User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.