Skip to content

/AWS1/CL_DZNRESOURCECONF

The details of the resource configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_identifier TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The identifier of the resource configuration.

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

identifier

The identifier of the resource configuration.

Accessible with the following methods

Method Description
GET_IDENTIFIER() Getter for IDENTIFIER, with configurable default
ASK_IDENTIFIER() Getter for IDENTIFIER w/ exceptions if field has no value
HAS_IDENTIFIER() Determine if IDENTIFIER has a value

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_RESOURCECONFIGURATIONS

TYPES TT_RESOURCECONFIGURATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNRESOURCECONF WITH DEFAULT KEY
.