class Aws::Redshift::Types::ResetClusterParameterGroupMessage

@note When making an API call, you may pass ResetClusterParameterGroupMessage

data as a hash:

    {
      parameter_group_name: "String", # required
      reset_all_parameters: false,
      parameters: [
        {
          parameter_name: "String",
          parameter_value: "String",
          description: "String",
          source: "String",
          data_type: "String",
          allowed_values: "String",
          apply_type: "static", # accepts static, dynamic
          is_modifiable: false,
          minimum_engine_version: "String",
        },
      ],
    }

@!attribute [rw] parameter_group_name

The name of the cluster parameter group to be reset.
@return [String]

@!attribute [rw] reset_all_parameters

If `true`, all parameters in the specified parameter group will be
reset to their default values.

Default: `true`
@return [Boolean]

@!attribute [rw] 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.
@return [Array<Types::Parameter>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResetClusterParameterGroupMessage AWS API Documentation

Constants

SENSITIVE