/AWS1/CL_BDOCEDARPOLICY¶
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.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_statement TYPE /AWS1/BDOSTATEMENT /AWS1/BDOSTATEMENT¶
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.
Queryable Attributes¶
statement¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEMENT() |
Getter for STATEMENT, with configurable default |
ASK_STATEMENT() |
Getter for STATEMENT w/ exceptions if field has no value |
HAS_STATEMENT() |
Determine if STATEMENT has a value |