View source: R/redshift_operations.R
redshift_reset_cluster_parameter_group | R Documentation |
Sets one or more parameters of the specified parameter group to their default values and sets the source values of the parameters to "engine-default". To reset the entire parameter group specify the ResetAllParameters parameter. For parameter changes to take effect you must reboot any associated clusters.
See https://www.paws-r-sdk.com/docs/redshift_reset_cluster_parameter_group/ for full documentation.
redshift_reset_cluster_parameter_group(
ParameterGroupName,
ResetAllParameters = NULL,
Parameters = NULL
)
ParameterGroupName |
[required] The name of the cluster parameter group to be reset. |
ResetAllParameters |
If Default: |
Parameters |
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied. Constraints: A maximum of 20 parameters can be reset in a single request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.