/AWS1/CL_EBNENVIRONMENTTIER¶
Describes the properties of an environment tier
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/EBNSTRING /AWS1/EBNSTRING¶
The name of this environment tier.
Valid values:
For Standard-mode EC2-based web server –
WebServerFor Standard-mode EC2-based backend application with Amazon SQS –
WorkerFor Cluster-mode Amazon EKS-based applications –
Cluster
iv_type TYPE /AWS1/EBNSTRING /AWS1/EBNSTRING¶
The type of this environment tier.
Valid values:
For Web server tier –
StandardFor Worker tier –
SQS/HTTPFor Cluster tier –
EKS
iv_version TYPE /AWS1/EBNSTRING /AWS1/EBNSTRING¶
The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.
This member is deprecated. Any specific version that you set may become out of date. We recommend leaving it unspecified.
Queryable Attributes¶
Name¶
The name of this environment tier.
Valid values:
For Standard-mode EC2-based web server –
WebServerFor Standard-mode EC2-based backend application with Amazon SQS –
WorkerFor Cluster-mode Amazon EKS-based applications –
Cluster
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Type¶
The type of this environment tier.
Valid values:
For Web server tier –
StandardFor Worker tier –
SQS/HTTPFor Cluster tier –
EKS
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Version¶
The version of this environment tier. When you don't set a value to it, Elastic Beanstalk uses the latest compatible worker tier version.
This member is deprecated. Any specific version that you set may become out of date. We recommend leaving it unspecified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |