applicationinsights_list_tags_for_resource {paws.management} | R Documentation |
Retrieve a list of the tags (keys and values) that are associated with a specified application
Description
Retrieve a list of the tags (keys and values) that are associated with a specified application. A tag is a label that you optionally define and associate with an application. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.
See https://www.paws-r-sdk.com/docs/applicationinsights_list_tags_for_resource/ for full documentation.
Usage
applicationinsights_list_tags_for_resource(ResourceARN)
Arguments
ResourceARN |
[required] The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for. |
[Package paws.management version 0.7.0 Index]