Values_1.ModifyDBClusterParameterGroupMessageSourcetype nonrec t = {dBClusterParameterGroupName : Values_0.String_.t;The name of the DB cluster parameter group to modify.
*)parameters : Values_0.ParametersList.t;A list of parameters in the DB cluster parameter group to modify. Valid Values (for the application method): immediate | pending-reboot 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.
*)}val make :
dBClusterParameterGroupName:Values_0.String_.t ->
parameters:Values_0.ParametersList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `String of string ])
list ]
list
| `String of Values_0.String_.t ])
list ]