memorydb_create_parameter_group: Creates a new MemoryDB parameter group

View source: R/memorydb_operations.R

memorydb_create_parameter_groupR Documentation

Creates a new MemoryDB parameter group

Description

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.

Usage

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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.