Untag Resource
keyspaces_untag_resource | R Documentation |
Removes the association of tags from a Amazon Keyspaces resource¶
Description¶
Removes the association of tags from a Amazon Keyspaces resource.
Usage¶
keyspaces_untag_resource(resourceArn, tags)
Arguments¶
resourceArn |
[required] The Amazon Keyspaces resource that the tags will be removed from. This value is an Amazon Resource Name (ARN). |
tags |
[required] A list of existing tags to be removed from the Amazon Keyspaces resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tags = list(
list(
key = "string",
value = "string"
)
)
)