Description Usage Arguments Value Request syntax
View source: R/applicationinsights_operations.R
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.
1 | applicationinsights_list_tags_for_resource(ResourceARN)
|
ResourceARN |
[required] The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for. |
A list with the following syntax:
1 2 3 4 5 6 7 8 |
1 2 3 | svc$list_tags_for_resource(
ResourceARN = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.