Values.NodeConfigurationOptionSourceA list of node configurations.
type nonrec t = {nodeType : String_.t option;The node type, such as, "ra3.4xlarge".
*)numberOfNodes : Integer.t option;The number of nodes.
*)estimatedDiskUtilizationPercent : DoubleOptional.t option;The estimated disk utilizaton percentage.
*)mode : Mode.t option;The category of the node configuration recommendation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of DoubleOptional.t
| `Enum of string
| `Integer of Integer.t
| `String of String_.t ])
list ]