Bedrock Agentcore Control > Structures > PolicyStatement PolicyStatement¶ Structure Class¶ PolicyStatement dataclass ¶ An AgentCore policy statement, which supports plain Cedar policies as well as guardrails definitions. Attributes¶ statement instance-attribute ¶ statement: str The body of the AgentCore policy statement. Contains the policy logic, which can be a Cedar policy or a guardrails definition.