Values.DBClusterMemberSourceContains information about an instance that is part of a cluster.
type nonrec t = {dBInstanceIdentifier : String_.t option;Specifies the instance identifier for this member of the cluster.
*)isClusterWriter : Boolean.t option;A value that is true if the cluster member is the primary instance for the cluster and false otherwise.
*)dBClusterParameterGroupStatus : String_.t option;Specifies the status of the cluster parameter group for this member of the DB cluster.
*)promotionTier : IntegerOptional.t option;A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of IntegerOptional.t
| `String of String_.t ])
list ]