Skip to contents

Retrieves detailed information about a specific policy within the AgentCore Policy system. This operation returns the complete policy definition, metadata, and current status, allowing administrators to review and manage policy configurations.

See https://www.paws-r-sdk.com/docs/bedrockagentcorecontrol_get_policy/ for full documentation.

Usage

bedrockagentcorecontrol_get_policy(policyEngineId, policyId)

Arguments

policyEngineId

[required] The identifier of the policy engine that manages the policy to be retrieved.

policyId

[required] The unique identifier of the policy to be retrieved. This must be a valid policy ID that exists within the specified policy engine.