View source: R/redshift_operations.R
redshift_create_cluster_parameter_group | R Documentation |
Creates an Amazon Redshift parameter group.
See https://www.paws-r-sdk.com/docs/redshift_create_cluster_parameter_group/ for full documentation.
redshift_create_cluster_parameter_group(
ParameterGroupName,
ParameterGroupFamily,
Description,
Tags = NULL
)
ParameterGroupName |
[required] The name of the cluster parameter group. Constraints:
This value is stored as a lower-case string. |
ParameterGroupFamily |
[required] The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters. To get a list of valid parameter group family names, you can call
|
Description |
[required] A description of the parameter group. |
Tags |
A list of tag instances. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.