AWS bedrock-agentcore documentation change
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)