Values.ScalingParametersSourceThe desired instance type and desired number of replicas of each index partition.
type nonrec t = {desiredInstanceType : PartitionInstanceType.t option;The instance type that you want to preconfigure for your domain. For example, search.m1.small.
*)desiredReplicationCount : UIntValue.t option;The number of replicas you want to preconfigure for each index partition.
*)desiredPartitionCount : UIntValue.t option;The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of UIntValue.t ]) list ]