/AWS1/CL_RSHCLSTPARMGRNAMEMSG¶
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_parametergroupname TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The name of the cluster parameter group.
iv_parametergroupstatus TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
Queryable Attributes¶
ParameterGroupName¶
The name of the cluster parameter group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERGROUPNAME() |
Getter for PARAMETERGROUPNAME, with configurable default |
ASK_PARAMETERGROUPNAME() |
Getter for PARAMETERGROUPNAME w/ exceptions if field has no |
HAS_PARAMETERGROUPNAME() |
Determine if PARAMETERGROUPNAME has a value |
ParameterGroupStatus¶
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERGROUPSTATUS() |
Getter for PARAMETERGROUPSTATUS, with configurable default |
ASK_PARAMETERGROUPSTATUS() |
Getter for PARAMETERGROUPSTATUS w/ exceptions if field has n |
HAS_PARAMETERGROUPSTATUS() |
Determine if PARAMETERGROUPSTATUS has a value |