View source: R/bedrockagentcorecontrol_operations.R
| bedrockagentcorecontrol_get_policy_generation | R Documentation |
Retrieves information about a policy generation request within the AgentCore Policy system. Policy generation converts natural language descriptions into Cedar policy statements using AI-powered translation, enabling non-technical users to create policies.
See https://www.paws-r-sdk.com/docs/bedrockagentcorecontrol_get_policy_generation/ for full documentation.
bedrockagentcorecontrol_get_policy_generation(
policyGenerationId,
policyEngineId
)
policyGenerationId |
[required] The unique identifier of the policy generation request to be retrieved. This must be a valid generation ID from a previous |
policyEngineId |
[required] The identifier of the policy engine associated with the policy generation request. This provides the context for the generation operation and schema validation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.