/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.
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.
io_awsaccount TYPE REF TO /AWS1/CL_DZNAWSACCOUNT /AWS1/CL_DZNAWSACCOUNT¶
The Amazon Web Services account of the environment.
it_accountpools TYPE /AWS1/CL_DZNACCOUNTPOOLLIST_W=>TT_ACCOUNTPOOLLIST TT_ACCOUNTPOOLLIST¶
The account pools used by a custom project profile.
io_awsregion TYPE REF TO /AWS1/CL_DZNREGION /AWS1/CL_DZNREGION¶
The Amazon Web Services Region 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 |
accountPools¶
The account pools used by a custom project profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTPOOLS() |
Getter for ACCOUNTPOOLS, with configurable default |
ASK_ACCOUNTPOOLS() |
Getter for ACCOUNTPOOLS w/ exceptions if field has no value |
HAS_ACCOUNTPOOLS() |
Determine if ACCOUNTPOOLS has a value |
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
.