AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-02-22 · Documentation low

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

Summary

Fixed example tool input structure syntax (changed underscore count)

Security assessment

Syntax correction in example without security implications

Diff

diff --git a/bedrock-agentcore/latest/devguide/policy-schema-constraints.md b/bedrock-agentcore/latest/devguide/policy-schema-constraints.md
index 551087b8d..12da13b19 100644
--- a//bedrock-agentcore/latest/devguide/policy-schema-constraints.md
+++ b//bedrock-agentcore/latest/devguide/policy-schema-constraints.md
@@ -69 +69 @@ AgentCore Policy for Amazon Bedrock AgentCore Gateway must validate against a sp
-  * Each tool has a typed input structure (e.g., RefundTool__process_refundInput)
+  * Each tool has a typed input structure (e.g., RefundTool___process_refundInput)