class Aws::DocDB::Types::ModifyDBClusterParameterGroupMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/ModifyDBClusterParameterGroupMessage AWS API Documentation
@return [Array<Types::Parameter>]
A list of parameters in the cluster parameter group to modify.
@!attribute [rw] parameters
@return [String]
The name of the cluster parameter group to modify.
@!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: [ # required
db_cluster_parameter_group_name: “String”, # required
{
data as a hash:
@note When making an API call, you may pass ModifyDBClusterParameterGroupMessage
Represents the input to ModifyDBClusterParameterGroup.