Untag Resource
bedrock_untag_resource | R Documentation |
Remove one or more tags from a resource¶
Description¶
Remove one or more tags from a resource. For more information, see Tagging resources in the Amazon Bedrock User Guide.
Usage¶
bedrock_untag_resource(resourceARN, tagKeys)
Arguments¶
resourceARN |
[required] The Amazon Resource Name (ARN) of the resource to untag. |
tagKeys |
[required] Tag keys of the tags to remove from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceARN = "string",
tagKeys = list(
"string"
)
)