Values.TargetTrackingMetricSourceRepresents a specific metric. Metric is a property of the TargetTrackingMetricStat object.
type nonrec t = {dimensions : TargetTrackingMetricDimensions.t option;The dimensions for the metric. For the list of available dimensions, see the Amazon Web Services documentation available from the table in Amazon Web Services services that publish CloudWatch metrics in the Amazon CloudWatch User Guide. Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.
*)metricName : TargetTrackingMetricName.t option;The name of the metric.
*)namespace : TargetTrackingMetricNamespace.t option;The namespace of the metric. For more information, see the table in Amazon Web Services services that publish CloudWatch metrics in the Amazon CloudWatch User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of TargetTrackingMetricDimensionName.t ])
list ]
list
| `String of TargetTrackingMetricName.t ])
list ]