Untag Resource
| bedrockagentcorecontrol_untag_resource | R Documentation |
Removes the specified tags from the specified resource¶
Description¶
Removes the specified tags from the specified resource.
This feature is currently available only for AgentCore Runtime, Browser, Browser Profile, Code Interpreter tool, and Gateway.
Usage¶
bedrockagentcorecontrol_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource that you want to untag. |
tagKeys |
[required] The tag keys of the tags to remove from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)