ResetDbClusterParameterGroupRequest
Represents the input to ResetDBClusterParameterGroup.
Types
Properties
Link copied to clipboard
The name of the cluster parameter group to reset.
Link copied to clipboard
A list of parameter names in the cluster parameter group to reset to the default values. You can't use this parameter if the ResetAllParameters
parameter is set to true
.
Link copied to clipboard
A value that is set to true
to reset all parameters in the cluster parameter group to their default values, and false
otherwise. You can't use this parameter if there is a list of parameter names specified for the Parameters
parameter.
Functions
Link copied to clipboard
inline fun copy(block: ResetDbClusterParameterGroupRequest.Builder.() -> Unit = {}): ResetDbClusterParameterGroupRequest