applicationinsights_tag_resource {paws.management} | R Documentation |
Add one or more tags (keys and values) to a specified application
Description
Add one or more tags (keys and values) to a specified application. A tag is a label that you optionally define and associate with an application. Tags can help you categorize and manage application in different ways, such as by purpose, owner, environment, or other criteria.
See https://www.paws-r-sdk.com/docs/applicationinsights_tag_resource/ for full documentation.
Usage
applicationinsights_tag_resource(ResourceARN, Tags)
Arguments
ResourceARN |
[required] The Amazon Resource Name (ARN) of the application that you want to add one or more tags to. |
Tags |
[required] A list of tags that to add to the application. A tag consists of a
required tag key ( |
[Package paws.management version 0.7.0 Index]