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