Delete Resource Policy
| bedrockagentcorecontrol_delete_resource_policy | R Documentation |
Deletes the resource-based policy for a specified resource¶
Description¶
Deletes the resource-based policy for a specified resource.
This feature is currently available only for AgentCore Runtime and Gateway.
Usage¶
bedrockagentcorecontrol_delete_resource_policy(resourceArn)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource for which to delete the resource policy. |
Value¶
An empty list.
Request syntax¶
svc$delete_resource_policy(
resourceArn = "string"
)