Values_2.TargetTrackingScalingPolicyConfigurationSourceA target tracking scaling policy. Includes support for predefined or customized metrics. When using the PutScalingPolicy API, this parameter is required when you are creating a policy with the policy type TargetTrackingScaling.
type nonrec t = {metricSpecification : MetricSpecification.t option;An object containing information about a metric.
*)targetValue : Double.t option;The recommended target value to specify for the metric when creating a scaling policy.
*)}val to_value :
t ->
[> `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 ]