/AWS1/CL_BDKAUTOMATEDRSNINGP58¶
Provides a summary of a policy build workflow, including its current status, timing information, and key identifiers.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_policyarn
TYPE /AWS1/BDKAUTOMATEDRSNINGPLYARN
/AWS1/BDKAUTOMATEDRSNINGPLYARN
¶
The Amazon Resource Name (ARN) of the Automated Reasoning policy associated with this build workflow.
iv_buildworkflowid
TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB00
/AWS1/BDKAUTOMATEDRSNINGPLYB00
¶
The unique identifier of the build workflow.
iv_status
TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB07
/AWS1/BDKAUTOMATEDRSNINGPLYB07
¶
The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
iv_buildworkflowtype
TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB01
/AWS1/BDKAUTOMATEDRSNINGPLYB01
¶
The type of build workflow (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
iv_createdat
TYPE /AWS1/BDKTIMESTAMP
/AWS1/BDKTIMESTAMP
¶
The timestamp when the build workflow was created.
iv_updatedat
TYPE /AWS1/BDKTIMESTAMP
/AWS1/BDKTIMESTAMP
¶
The timestamp when the build workflow was last updated.
Queryable Attributes¶
policyArn¶
The Amazon Resource Name (ARN) of the Automated Reasoning policy associated with this build workflow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POLICYARN() |
Getter for POLICYARN, with configurable default |
ASK_POLICYARN() |
Getter for POLICYARN w/ exceptions if field has no value |
HAS_POLICYARN() |
Determine if POLICYARN has a value |
buildWorkflowId¶
The unique identifier of the build workflow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BUILDWORKFLOWID() |
Getter for BUILDWORKFLOWID, with configurable default |
ASK_BUILDWORKFLOWID() |
Getter for BUILDWORKFLOWID w/ exceptions if field has no val |
HAS_BUILDWORKFLOWID() |
Determine if BUILDWORKFLOWID has a value |
status¶
The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
buildWorkflowType¶
The type of build workflow (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
Accessible with the following methods¶
Method | Description |
---|---|
GET_BUILDWORKFLOWTYPE() |
Getter for BUILDWORKFLOWTYPE, with configurable default |
ASK_BUILDWORKFLOWTYPE() |
Getter for BUILDWORKFLOWTYPE w/ exceptions if field has no v |
HAS_BUILDWORKFLOWTYPE() |
Determine if BUILDWORKFLOWTYPE has a value |
createdAt¶
The timestamp when the build workflow was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp when the build workflow was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUTOMATEDRSNINGPLYBLDWORK01
¶
TYPES TT_AUTOMATEDRSNINGPLYBLDWORK01 TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP58 WITH DEFAULT KEY
.