class Aws::Redshift::Types::ModifyClusterParameterGroupMessage

Describes a modify cluster parameter group operation.

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

data as a hash:

    {
      parameter_group_name: "String", # required
      parameters: [ # required
        {
          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 parameter group to be modified.
@return [String]

@!attribute [rw] parameters

An array of parameters to be modified. A maximum of 20 parameters
can be modified in a single request.

For each parameter to be modified, you must supply at least the
parameter name and parameter value; other name-value pairs of the
parameter are optional.

For the workload management (WLM) configuration, you must supply all
the name-value pairs in the wlm\_json\_configuration parameter.
@return [Array<Types::Parameter>]

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

Constants

SENSITIVE