AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-05-10 · Documentation low

File: bedrock-agentcore/latest/devguide/policy-schema-constraints.md

Summary

Corrected tool name in example from 'RefundTool__process_refund' to 'RefundTool___process_refund'

Security assessment

Minor typo fix in example string. No security implications.

Diff

diff --git a/bedrock-agentcore/latest/devguide/policy-schema-constraints.md b/bedrock-agentcore/latest/devguide/policy-schema-constraints.md
index d04e520ed..1b1297078 100644
--- a//bedrock-agentcore/latest/devguide/policy-schema-constraints.md
+++ b//bedrock-agentcore/latest/devguide/policy-schema-constraints.md
@@ -75 +75 @@ The principal type depends on the authentication method configured for your Agen
-  * Example: `Action::"RefundTool__process_refund"` is a CallTool
+  * Example: `Action::"RefundTool___process_refund"` is a CallTool