Skip to content

/AWS1/CL_BDOPOLICYGENERDETAILS

Represents the information identifying a generated policy asset from the AI-powered policy generation process within the AgentCore Policy system. Each asset contains a Cedar policy statement generated from natural language input, along with associated metadata and analysis findings to help users evaluate and select the most appropriate policy option.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_policygenerationid TYPE /AWS1/BDORESOURCEID /AWS1/BDORESOURCEID

The unique identifier for this policy generation request.

iv_policygenerationassetid TYPE /AWS1/BDORESOURCEID /AWS1/BDORESOURCEID

The unique identifier for this generated policy asset within the policy generation request.


Queryable Attributes

policyGenerationId

The unique identifier for this policy generation request.

Accessible with the following methods

Method Description
GET_POLICYGENERATIONID() Getter for POLICYGENERATIONID, with configurable default
ASK_POLICYGENERATIONID() Getter for POLICYGENERATIONID w/ exceptions if field has no
HAS_POLICYGENERATIONID() Determine if POLICYGENERATIONID has a value

policyGenerationAssetId

The unique identifier for this generated policy asset within the policy generation request.

Accessible with the following methods

Method Description
GET_POLICYGENERATIONASSETID() Getter for POLICYGENERATIONASSETID, with configurable defaul
ASK_POLICYGENERATIONASSETID() Getter for POLICYGENERATIONASSETID w/ exceptions if field ha
HAS_POLICYGENERATIONASSETID() Determine if POLICYGENERATIONASSETID has a value