Values.RebootReplicationInstanceMessageSourceReboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.
type nonrec t = {replicationInstanceArn : String_.t;The Amazon Resource Name (ARN) of the replication instance.
*)forceFailover : BooleanOptional.t option;If this parameter is true, the reboot is conducted through a Multi-AZ failover. If the instance isn't configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)
*)forcePlannedFailover : BooleanOptional.t option;If this parameter is true, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover. If the instance isn''t configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BooleanOptional.t | `String of String_.t ])
list ]