View source: R/applicationinsights_operations.R
applicationinsights_untag_resource | R Documentation |
Remove one or more tags (keys and values) from a specified application.
See https://www.paws-r-sdk.com/docs/applicationinsights_untag_resource/ for full documentation.
applicationinsights_untag_resource(ResourceARN, TagKeys)
ResourceARN |
[required] The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from. |
TagKeys |
[required] The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value. To remove more than one tag from the application, append the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.