Values.ClusterConfigurationSourceConfiguration for node modes in the DbCluster.
type nonrec t = {ingestQueryInstances : Integer.t option;The number of instances in the DbCluster which can both ingest and query.
*)queryOnlyInstances : Integer.t option;The number of instances in the DbCluster which can only query.
*)dedicatedCompactor : Boolean.t option;Indicates if the compactor instance is a standalone instance or not.
*)}