class Aws::DocDB::Types::ResetDBClusterParameterGroupMessage
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ResetDBClusterParameterGroupMessage AWS API Documentation
@return [Array<Types::Parameter>]
‘ResetAllParameters` parameter is set to `true`.
the default values. You can’t use this parameter if the
A list of parameter names in the cluster parameter group to reset to
@!attribute [rw] parameters
@return [Boolean]
specified for the ‘Parameters` parameter.
can’t use this parameter if there is a list of parameter names
parameter group to their default values, and ‘false` otherwise. You
A value that is set to `true` to reset all parameters in the cluster
@!attribute [rw] reset_all_parameters
@return [String]
The name of the cluster parameter group to reset.
@!attribute [rw] db_cluster_parameter_group_name
}
],
},
apply_method: “immediate”, # accepts immediate, pending-reboot
minimum_engine_version: “String”,
is_modifiable: false,
allowed_values: “String”,
data_type: “String”,
apply_type: “String”,
source: “String”,
description: “String”,
parameter_value: “String”,
parameter_name: “String”,
{
parameters: [
reset_all_parameters: false,
db_cluster_parameter_group_name: “String”, # required
{
data as a hash:
@note When making an API call, you may pass ResetDBClusterParameterGroupMessage
Represents the input to ResetDBClusterParameterGroup.