/AWS1/CL_MEMMULTIRGNPARAMGROUP¶
Represents the output of a CreateMultiRegionParameterGroup operation. A multi-region parameter group represents a collection of parameters that can be applied to clusters across multiple regions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
The name of the multi-region parameter group.
iv_family TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
The name of the parameter group family that this multi-region parameter group is compatible with.
iv_description TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
A description of the multi-region parameter group.
iv_arn TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING¶
The Amazon Resource Name (ARN) of the multi-region parameter group.
Queryable Attributes¶
Name¶
The name of the multi-region parameter group.
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 |
Family¶
The name of the parameter group family that this multi-region parameter group is compatible with.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAMILY() |
Getter for FAMILY, with configurable default |
ASK_FAMILY() |
Getter for FAMILY w/ exceptions if field has no value |
HAS_FAMILY() |
Determine if FAMILY has a value |
Description¶
A description of the multi-region parameter group.
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 |
ARN¶
The Amazon Resource Name (ARN) of the multi-region parameter group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN 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_MULTIREGIONPARAMGROUPLIST¶
TYPES TT_MULTIREGIONPARAMGROUPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MEMMULTIRGNPARAMGROUP WITH DEFAULT KEY
.