AWS bedrock-agentcore documentation change
Summary
Fixed typographical formatting of ellipsis and apostrophe characters in policy conditions documentation
Security assessment
These are typographical changes only (ellipsis and apostrophe formatting) that don't alter security content or address any security issues.
Diff
diff --git a/bedrock-agentcore/latest/devguide/policy-conditions.md b/bedrock-agentcore/latest/devguide/policy-conditions.md index df3348cb5..e04d22ee4 100644 --- a//bedrock-agentcore/latest/devguide/policy-conditions.md +++ b//bedrock-agentcore/latest/devguide/policy-conditions.md @@ -21 +20 @@ Conditions add fine-grained logic to policies using `when` and `unless` clauses: - * `when { ... }` \- Policy applies only if the condition is true + * `when { … }` \- Policy applies only if the condition is true @@ -23 +22 @@ Conditions add fine-grained logic to policies using `when` and `unless` clauses: - * `unless { ... }` \- Policy applies only if the condition is false + * `unless { … }` \- Policy applies only if the condition is false @@ -96 +89 @@ Pattern matching: -For IAM-authenticated gateways, the principal has an `id` attribute containing the caller's IAM ARN. IAM principals do not support tags. +For IAM-authenticated gateways, the principal has an `id` attribute containing the caller’s IAM ARN. IAM principals do not support tags.