redshiftserverless_untag_resource {paws.database} | R Documentation |
Removes a tag or set of tags from a resource
Description
Removes a tag or set of tags from a resource.
See https://www.paws-r-sdk.com/docs/redshiftserverless_untag_resource/ for full documentation.
Usage
redshiftserverless_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource to remove tags from. |
tagKeys |
[required] The tag or set of tags to remove from the resource. |
[Package paws.database version 0.7.0 Index]