securityhub_untag_resource {paws.security.identity} | R Documentation |
Removes one or more tags from a resource
Description
Removes one or more tags from a resource.
See https://www.paws-r-sdk.com/docs/securityhub_untag_resource/ for full documentation.
Usage
securityhub_untag_resource(ResourceArn, TagKeys)
Arguments
ResourceArn |
[required] The ARN of the resource to remove the tags from. |
TagKeys |
[required] The tag keys associated with the tags to remove from the resource. You can remove up to 50 tags at a time. |
[Package paws.security.identity version 0.6.1 Index]