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"
Source:R/redshift_operations.R
redshift_reset_cluster_parameter_group.RdSets 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.
Usage
redshift_reset_cluster_parameter_group(
ParameterGroupName,
ResetAllParameters = NULL,
Parameters = NULL
)Arguments
- ParameterGroupName
[required] The name of the cluster parameter group to be reset.
- ResetAllParameters
If
true, all parameters in the specified parameter group will be reset to their default values.Default:
true- 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.