View source: R/memorydb_operations.R
memorydb_create_parameter_group | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.