View source: R/wafv2_operations.R
wafv2_untag_resource | R Documentation |
Disassociates tags from an Amazon Web Services resource. Tags are key:value pairs that you can associate with Amazon Web Services resources. For example, the tag key might be "customer" and the tag value might be "companyA." You can specify one or more tags to add to each container. You can add up to 50 tags to each Amazon Web Services resource.
See https://www.paws-r-sdk.com/docs/wafv2_untag_resource/ for full documentation.
wafv2_untag_resource(ResourceARN, TagKeys)
ResourceARN |
[required] The Amazon Resource Name (ARN) of the resource. |
TagKeys |
[required] An array of keys identifying the tags to disassociate from the resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.