Values_0.GlobalClusterMemberSourceA data structure with information about any primary and secondary clusters associated with a global cluster (Aurora global database).
type nonrec t = {dBClusterArn : String_.t option;The Amazon Resource Name (ARN) for each Aurora DB cluster in the global cluster.
*)readers : ReadersArnList.t option;The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the global cluster.
*)isWriter : Boolean.t option;Indicates whether the Aurora DB cluster is the primary cluster (that is, has read-write capability) for the global cluster with which it is associated.
*)globalWriteForwardingStatus : WriteForwardingStatus.t option;The status of write forwarding for a secondary cluster in the global cluster.
*)synchronizationStatus : GlobalClusterMemberSynchronizationStatus.t option;The status of synchronization of each Aurora DB cluster in the global cluster.
*)}