Values.NodeConfigSourceConfiguration options for defining the setup of any node type within the cluster.
type nonrec t = {enabled : Boolean.t option;A boolean value indicating whether a specific node type is active or inactive.
*)type_ : OpenSearchPartitionInstanceType.t option;The instance type of a particular node within the cluster.
*)count : IntegerClass.t option;The number of nodes of a specific type within the cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of IntegerClass.t ])
list ]