Values.MultiRegionPropertiesSourceDefines the structure for multi-Region cluster configurations, containing the witness region and linked cluster settings.
type nonrec t = {witnessRegion : Region.t option;The Region that serves as the witness region for a multi-Region cluster. The witness Region helps maintain cluster consistency and quorum.
*)clusters : ClusterArnList.t option;The set of peered clusters that form the multi-Region cluster configuration. Each peered cluster represents a database instance in a different Region.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ClusterArn.t ] list | `String of Region.t ])
list ]