memorydb_create_parameter_group function

Creates a new MemoryDB parameter group

Creates a new MemoryDB parameter group

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 )

Arguments

  • ParameterGroupName: [required] The name of the parameter group.
  • Family: [required] The name of the parameter group family that the parameter group can be used with.
  • Description: An optional description of the parameter group.
  • Tags: 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.