/AWS1/CL_EBNDSCENVIRONMENTHE01¶
Health details for an AWS Elastic Beanstalk environment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_environmentname TYPE /AWS1/EBNENVIRONMENTNAME /AWS1/EBNENVIRONMENTNAME¶
The environment's name.
iv_healthstatus TYPE /AWS1/EBNSTRING /AWS1/EBNSTRING¶
The health status of the environment. For example,
Ok.
iv_status TYPE /AWS1/EBNENVIRONMENTHEALTH /AWS1/EBNENVIRONMENTHEALTH¶
The environment's operational status.
Ready,Launching,Updating,Terminating, orTerminated.
iv_color TYPE /AWS1/EBNSTRING /AWS1/EBNSTRING¶
The health color of the environment.
it_causes TYPE /AWS1/CL_EBNCAUSES_W=>TT_CAUSES TT_CAUSES¶
Descriptions of the data that contributed to the environment's current health status.
io_applicationmetrics TYPE REF TO /AWS1/CL_EBNAPPLICATIONMETRICS /AWS1/CL_EBNAPPLICATIONMETRICS¶
Application request metrics for the environment.
io_instanceshealth TYPE REF TO /AWS1/CL_EBNINSTHEALTHSUMMARY /AWS1/CL_EBNINSTHEALTHSUMMARY¶
Summary health information for the instances in the environment.
iv_refreshedat TYPE /AWS1/EBNREFRESHEDAT /AWS1/EBNREFRESHEDAT¶
The date and time that the health information was retrieved.
Queryable Attributes¶
EnvironmentName¶
The environment's name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTNAME() |
Getter for ENVIRONMENTNAME, with configurable default |
ASK_ENVIRONMENTNAME() |
Getter for ENVIRONMENTNAME w/ exceptions if field has no val |
HAS_ENVIRONMENTNAME() |
Determine if ENVIRONMENTNAME has a value |
HealthStatus¶
The health status of the environment. For example,
Ok.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEALTHSTATUS() |
Getter for HEALTHSTATUS, with configurable default |
ASK_HEALTHSTATUS() |
Getter for HEALTHSTATUS w/ exceptions if field has no value |
HAS_HEALTHSTATUS() |
Determine if HEALTHSTATUS has a value |
Status¶
The environment's operational status.
Ready,Launching,Updating,Terminating, orTerminated.
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 |
Color¶
The health color of the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLOR() |
Getter for COLOR, with configurable default |
ASK_COLOR() |
Getter for COLOR w/ exceptions if field has no value |
HAS_COLOR() |
Determine if COLOR has a value |
Causes¶
Descriptions of the data that contributed to the environment's current health status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAUSES() |
Getter for CAUSES, with configurable default |
ASK_CAUSES() |
Getter for CAUSES w/ exceptions if field has no value |
HAS_CAUSES() |
Determine if CAUSES has a value |
ApplicationMetrics¶
Application request metrics for the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONMETRICS() |
Getter for APPLICATIONMETRICS |
InstancesHealth¶
Summary health information for the instances in the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCESHEALTH() |
Getter for INSTANCESHEALTH |
RefreshedAt¶
The date and time that the health information was retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFRESHEDAT() |
Getter for REFRESHEDAT, with configurable default |
ASK_REFRESHEDAT() |
Getter for REFRESHEDAT w/ exceptions if field has no value |
HAS_REFRESHEDAT() |
Determine if REFRESHEDAT has a value |