class Aws::RDS::Types::ModifyDBClusterParameterGroupMessage
@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 supported_engine_modes: ["String"], }, ], }
@!attribute [rw] db_cluster_parameter_group_name
The name of the DB cluster parameter group to modify. @return [String]
@!attribute [rw] parameters
A list of parameters in the DB cluster parameter group to modify. Valid Values (for the application method): `immediate | pending-reboot` <note markdown="1"> You can use the `immediate` value with dynamic parameters only. You can use the `pending-reboot` value for both dynamic and static parameters. When the application method is `immediate`, changes to dynamic parameters are applied immediately to the DB clusters associated with the parameter group. When the application method is `pending-reboot`, changes to dynamic and static parameters are applied after a reboot without failover to the DB clusters associated with the parameter group. </note> @return [Array<Types::Parameter>]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBClusterParameterGroupMessage AWS API Documentation
Constants
- SENSITIVE