Values_2.DynamicScalingConfigurationSourceAn object with the recommended values for you to specify when creating an autoscaling policy.
type nonrec t = {minCapacity : Values_0.Integer.t option;The recommended minimum capacity to specify for your autoscaling policy.
*)maxCapacity : Values_0.Integer.t option;The recommended maximum capacity to specify for your autoscaling policy.
*)scaleInCooldown : Values_0.Integer.t option;The recommended scale in cooldown time for your autoscaling policy.
*)scaleOutCooldown : Values_0.Integer.t option;The recommended scale out cooldown time for your autoscaling policy.
*)scalingPolicies : ScalingPolicies.t option;An object of the scaling policies for each metric.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of Double.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t ])
list ])
list ])
list ])
list ]
list ])
list ]