Skip to contents

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.

Usage

bedrockagentcorecontrol_get_policy_generation(
  policyGenerationId,
  policyEngineId
)

Arguments

policyGenerationId

[required] The unique identifier of the policy generation request to be retrieved. This must be a valid generation ID from a previous start_policy_generation call.

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.