/AWS1/CL_MEM=>CREATEPARAMETERGROUP()
¶
About CreateParameterGroup¶
Creates a new MemoryDB parameter group. A parameter group is a collection of parameters and their values that are applied to all of the nodes in any cluster. For more information, see Configuring engine parameters using parameter groups.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_PARAMETERGROUPNAME
TYPE /AWS1/MEMSTRING
/AWS1/MEMSTRING
¶
The name of the parameter group.
IV_FAMILY
TYPE /AWS1/MEMSTRING
/AWS1/MEMSTRING
¶
The name of the parameter group family that the parameter group can be used with.
Optional arguments:¶
IV_DESCRIPTION
TYPE /AWS1/MEMSTRING
/AWS1/MEMSTRING
¶
An optional description of the parameter group.
IT_TAGS
TYPE /AWS1/CL_MEMTAG=>TT_TAGLIST
TT_TAGLIST
¶
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.