Values.OrderableClusterOptionSourceDescribes an orderable cluster option.
type nonrec t = {clusterVersion : String_.t option;The version of the orderable cluster.
*)clusterType : String_.t option;The cluster type, for example multi-node.
*)nodeType : String_.t option;The node type for the orderable cluster.
*)availabilityZones : AvailabilityZoneList.t option;A list of availability zones for the orderable cluster.
*)}