Values.AwsRdsDbClusterMemberSourceInformation about an instance in the DB cluster.
type nonrec t = {isClusterWriter : Boolean.t option;Whether the cluster member is the primary instance for the DB cluster.
*)promotionTier : Integer.t option;Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
*)dbInstanceIdentifier : NonEmptyString.t option;The instance identifier for this member of the DB cluster.
*)dbClusterParameterGroupStatus : NonEmptyString.t option;The status of the DB cluster parameter group for this member of the DB cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of NonEmptyString.t ])
list ]