Skip to content

Bedrock Agentcore Control  >  Structures  >  CedarPolicy

CedarPolicy

Structure Class

CedarPolicy dataclass

Represents a Cedar policy statement within the AgentCore Policy system. Cedar is a policy language designed for authorization that provides human-readable, analyzable, and high-performance policy evaluation for controlling agent behavior and access decisions.

Attributes

statement instance-attribute
statement: str

The Cedar policy statement that defines the authorization logic. This statement follows Cedar syntax and specifies principals, actions, resources, and conditions that determine when access should be allowed or denied.