Skip to content

/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, or Terminated.

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, or Terminated.

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