Values.RebootDBInstanceMessageSourceRepresents the input to RebootDBInstance.
type nonrec t = {dBInstanceIdentifier : String_.t;The instance identifier. This parameter is stored as a lowercase string. Constraints: Must match the identifier of an existing DBInstance.
*)forceFailover : BooleanOptional.t option;When true, the reboot is conducted through a Multi-AZ failover. Constraint: You can't specify true if the instance is not configured for Multi-AZ.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BooleanOptional.t | `String of String_.t ])
list ]