class Aws::DocDB::Types::ModifyDBClusterParameterGroupMessage

Represents the input to ModifyDBClusterParameterGroup.

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

data as a hash:

    {
      db_cluster_parameter_group_name: "String", # required
      parameters: [ # required
        {
          parameter_name: "String",
          parameter_value: "String",
          description: "String",
          source: "String",
          apply_type: "String",
          data_type: "String",
          allowed_values: "String",
          is_modifiable: false,
          minimum_engine_version: "String",
          apply_method: "immediate", # accepts immediate, pending-reboot
        },
      ],
    }

@!attribute [rw] db_cluster_parameter_group_name

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

@!attribute [rw] parameters

A list of parameters in the cluster parameter group to modify.
@return [Array<Types::Parameter>]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBClusterParameterGroupMessage AWS API Documentation

Constants

SENSITIVE