Skip to content

/AWS1/CL_DZNENVIRONMENTCONF

The configuration of an environment.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/DZNENVIRONMENTCONFNAME /AWS1/DZNENVIRONMENTCONFNAME

The environment name.

IV_ENVIRONMENTBLUEPRINTID TYPE /AWS1/DZNENVIRONMENTBLUEPRIN00 /AWS1/DZNENVIRONMENTBLUEPRIN00

The environment blueprint ID.

IO_AWSACCOUNT TYPE REF TO /AWS1/CL_DZNAWSACCOUNT /AWS1/CL_DZNAWSACCOUNT

The Amazon Web Services account of the environment.

IO_AWSREGION TYPE REF TO /AWS1/CL_DZNREGION /AWS1/CL_DZNREGION

The Amazon Web Services Region of the environment.

Optional arguments:

IV_ID TYPE /AWS1/DZNENVIRONMENTCONFID /AWS1/DZNENVIRONMENTCONFID

The environment ID.

IV_DESCRIPTION TYPE /AWS1/DZNDESCRIPTION /AWS1/DZNDESCRIPTION

The environment description.

IV_DEPLOYMENTMODE TYPE /AWS1/DZNDEPLOYMENTMODE /AWS1/DZNDEPLOYMENTMODE

The deployment mode of the environment.

IO_CONFIGURATIONPARAMETERS TYPE REF TO /AWS1/CL_DZNENVIRONMENTCONFP00 /AWS1/CL_DZNENVIRONMENTCONFP00

The configuration parameters of the environment.

IV_DEPLOYMENTORDER TYPE /AWS1/DZNDEPLOYMENTORDER /AWS1/DZNDEPLOYMENTORDER

The deployment order of the environment.


Queryable Attributes

name

The environment name.

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

id

The environment ID.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

environmentBlueprintId

The environment blueprint ID.

Accessible with the following methods

Method Description
GET_ENVIRONMENTBLUEPRINTID() Getter for ENVIRONMENTBLUEPRINTID, with configurable default
ASK_ENVIRONMENTBLUEPRINTID() Getter for ENVIRONMENTBLUEPRINTID w/ exceptions if field has
HAS_ENVIRONMENTBLUEPRINTID() Determine if ENVIRONMENTBLUEPRINTID has a value

description

The environment description.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

deploymentMode

The deployment mode of the environment.

Accessible with the following methods

Method Description
GET_DEPLOYMENTMODE() Getter for DEPLOYMENTMODE, with configurable default
ASK_DEPLOYMENTMODE() Getter for DEPLOYMENTMODE w/ exceptions if field has no valu
HAS_DEPLOYMENTMODE() Determine if DEPLOYMENTMODE has a value

configurationParameters

The configuration parameters of the environment.

Accessible with the following methods

Method Description
GET_CONFIGURATIONPARAMETERS() Getter for CONFIGURATIONPARAMETERS

awsAccount

The Amazon Web Services account of the environment.

Accessible with the following methods

Method Description
GET_AWSACCOUNT() Getter for AWSACCOUNT

awsRegion

The Amazon Web Services Region of the environment.

Accessible with the following methods

Method Description
GET_AWSREGION() Getter for AWSREGION

deploymentOrder

The deployment order of the environment.

Accessible with the following methods

Method Description
GET_DEPLOYMENTORDER() Getter for DEPLOYMENTORDER, with configurable default
ASK_DEPLOYMENTORDER() Getter for DEPLOYMENTORDER w/ exceptions if field has no val
HAS_DEPLOYMENTORDER() Determine if DEPLOYMENTORDER has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_ENVIRONMENTCONFSLIST

TYPES TT_ENVIRONMENTCONFSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNENVIRONMENTCONF WITH DEFAULT KEY
.