Untag Resource
bedrockagent_untag_resource | R Documentation |
Remove tags from a resource¶
Description¶
Remove tags from a resource.
Usage¶
bedrockagent_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource from which to remove tags. |
tagKeys |
[required] A list of keys of the tags to remove from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)