AWS cli documentation change
Summary
Updated API reference link and CLI version in breadcrumbs
Security assessment
Changed documentation URL from devguide to APIReference but maintains same policy content. Policy creation documentation existed previously - this is a link correction rather than new security content.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/create-policy.md b/cli/latest/reference/bedrock-agentcore-control/create-policy.md index 21b5469d9..3a8754587 100644 --- a//cli/latest/reference/bedrock-agentcore-control/create-policy.md +++ b//cli/latest/reference/bedrock-agentcore-control/create-policy.md @@ -15 +15 @@ - * [AWS CLI 2.32.16 Command Reference](../../index.html) » + * [AWS CLI 2.32.17 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Creates a policy within the AgentCore Policy system. Policies provide real-time, deterministic control over agentic interactions with AgentCore Gateway. Using the Cedar policy language, you can define fine-grained policies that specify which interactions with Gateway tools are permitted based on input parameters and OAuth claims, ensuring agents operate within defined boundaries and business rules. The policy is validated during creation against the Cedar schema generated from the Gateway’s tools’ input schemas, which defines the available tools, their parameters, and expected data types. This is an asynchronous operation. Use the [GetPolicy](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_GetPolicy.html) operation to poll the `status` field to track completion. +Creates a policy within the AgentCore Policy system. Policies provide real-time, deterministic control over agentic interactions with AgentCore Gateway. Using the Cedar policy language, you can define fine-grained policies that specify which interactions with Gateway tools are permitted based on input parameters and OAuth claims, ensuring agents operate within defined boundaries and business rules. The policy is validated during creation against the Cedar schema generated from the Gateway’s tools’ input schemas, which defines the available tools, their parameters, and expected data types. This is an asynchronous operation. Use the [GetPolicy](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_GetPolicy.html) operation to poll the `status` field to track completion. @@ -415 +415 @@ statusReasons -> (list) - * [AWS CLI 2.32.16 Command Reference](../../index.html) » + * [AWS CLI 2.32.17 Command Reference](../../index.html) »