Skip to content

/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 Web server tierWebServer

  • For Worker tierWorker

IV_TYPE TYPE /AWS1/EBNSTRING /AWS1/EBNSTRING

The type of this environment tier.

Valid values:

  • For Web server tierStandard

  • For Worker tierSQS/HTTP

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 Web server tierWebServer

  • For Worker tierWorker

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 tierStandard

  • For Worker tierSQS/HTTP

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