/AWS1/CL_DZNPUTRESOURCECONF¶
The resource configuration that is used to configure the environment blueprint.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The name of the resource configuration.
iv_region TYPE /AWS1/DZNREGIONNAME /AWS1/DZNREGIONNAME¶
The Amazon Web Services Region of the resource configuration.
it_parameters TYPE /AWS1/CL_DZNRESCONFPARAMMAP_W=>TT_RESOURCECONFPARAMETERMAP TT_RESOURCECONFPARAMETERMAP¶
The parameters of the resource configuration.
Optional arguments:¶
iv_description TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The description of the resource configuration.
Queryable Attributes¶
name¶
The name of the resource configuration.
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 |
description¶
The description of the resource configuration.
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 |
region¶
The Amazon Web Services Region of the resource configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
parameters¶
The parameters of the resource configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS 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_PUTRESOURCECONFIGURATIONS¶
TYPES TT_PUTRESOURCECONFIGURATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNPUTRESOURCECONF WITH DEFAULT KEY
.