View source: R/dax_operations.R
dax_create_parameter_group | R Documentation |
Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.
See https://www.paws-r-sdk.com/docs/dax_create_parameter_group/ for full documentation.
dax_create_parameter_group(ParameterGroupName, Description = NULL)
ParameterGroupName |
[required] The name of the parameter group to apply to all of the clusters in this replication group. |
Description |
A description of the parameter group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.