Values_1.MetricV2SourceContains information about the metric. Only one of either the Name or MetricId is required.
type nonrec t = {name : MetricNameV2.t option;The name of the metric.
*)threshold : ThresholdCollections.t option;Contains information about the threshold for service level metrics.
*)metricId : MetricId.t option;Historical metrics or custom metrics can be referenced via this field. This field is a valid Amazon Connect Arn or a UUID
*)metricFilters : MetricFiltersV2List.t option;Contains the filters to be used when returning data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Double of ThresholdValue.t
| `List of [> `String of Values_0.String_.t ] list
| `String of ResourceArnOrId.t ])
list ]
list
| `String of MetricNameV2.t ])
list ]