shield_untag_resource {paws.security.identity} | R Documentation |
Removes tags from a resource in Shield
Description
Removes tags from a resource in Shield.
See https://www.paws-r-sdk.com/docs/shield_untag_resource/ for full documentation.
Usage
shield_untag_resource(ResourceARN, TagKeys)
Arguments
ResourceARN |
[required] The Amazon Resource Name (ARN) of the resource that you want to remove tags from. |
TagKeys |
[required] The tag key for each tag that you want to remove from the resource. |
[Package paws.security.identity version 0.9.0 Index]