Values.MetricMathAnomalyDetectorSourceIndicates the CloudWatch math expression that provides the time series the anomaly detector uses as input. The designated math expression must return a single time series.
type nonrec t = {metricDataQueries : MetricDataQueries.t option;An array of metric data query structures that enables you to create an anomaly detector based on the result of a metric math expression. Each item in MetricDataQueries gets a metric or performs a math expression. One item in MetricDataQueries is the expression that provides the time series that the anomaly detector uses as input. Designate the expression by setting ReturnData to true for this object in the array. For all other expressions and metrics, set ReturnData to false. The designated expression must return a single time series.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of ReturnData.t
| `Integer of Period.t
| `String of MetricId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Period.t
| `String of Stat.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of DimensionName.t ])
list ]
list
| `String of Namespace.t ])
list ])
list ])
list ]
list ])
list ]