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.
See https://www.paws-r-sdk.com/docs/memorydb_create_parameter_group/ for full documentation.
memorydb_create_parameter_group(
ParameterGroupName,
Family,
Description = NULL,
Tags = NULL
)
[required] The name of the parameter group.
[required] The name of the parameter group family that the parameter group can be used with.
An optional description of the parameter group.
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.