/AWS1/CL_MWALASTUPDATE¶
Describes the status of the last update on the environment, and any errors that were encountered.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/MWAUPDATESTATUS /AWS1/MWAUPDATESTATUS¶
The status of the last update on the environment.
iv_createdat TYPE /AWS1/MWAUPDATECREATEDAT /AWS1/MWAUPDATECREATEDAT¶
The day and time of the last update on the environment.
io_error TYPE REF TO /AWS1/CL_MWAUPDATEERROR /AWS1/CL_MWAUPDATEERROR¶
The error that was encountered during the last update of the environment.
iv_source TYPE /AWS1/MWAUPDATESOURCE /AWS1/MWAUPDATESOURCE¶
The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.
iv_workerreplacementstrategy TYPE /AWS1/MWAWORKERREPLSTRAG /AWS1/MWAWORKERREPLSTRAG¶
The worker replacement strategy used in the last update of the environment.
Queryable Attributes¶
Status¶
The status of the last update on the environment.
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 |
CreatedAt¶
The day and time of the last update on the environment.
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 |
Error¶
The error that was encountered during the last update of the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
Source¶
The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
WorkerReplacementStrategy¶
The worker replacement strategy used in the last update of the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKERREPLSTRAG() |
Getter for WORKERREPLACEMENTSTRATEGY, with configurable defa |
ASK_WORKERREPLSTRAG() |
Getter for WORKERREPLACEMENTSTRATEGY w/ exceptions if field |
HAS_WORKERREPLSTRAG() |
Determine if WORKERREPLACEMENTSTRATEGY has a value |