View source: R/macie2_operations.R
macie2_untag_resource | R Documentation |
Removes one or more tags (keys and values) from an Amazon Macie resource.
See https://www.paws-r-sdk.com/docs/macie2_untag_resource/ for full documentation.
macie2_untag_resource(resourceArn, tagKeys)
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
tagKeys |
[required] One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, separated by an ampersand (&). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.