View source: R/globalaccelerator_operations.R
globalaccelerator_untag_resource | R Documentation |
Remove tags from a Global Accelerator resource. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from an accelerator that was already removed.
See https://www.paws-r-sdk.com/docs/globalaccelerator_untag_resource/ for full documentation.
globalaccelerator_untag_resource(ResourceArn, TagKeys)
ResourceArn |
[required] The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource. |
TagKeys |
[required] The tag key pairs that you want to remove from the specified resources. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.