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