Values_1.CurrentMetricSourceContains information about a real-time metric. For a description of each metric, see Metrics definitions in the Amazon Connect Administrator Guide. Only one of either the Name or MetricId is required.
type nonrec t = {name : CurrentMetricName.t option;The name of the metric.
*)metricId : CurrentMetricId.t option;Out of the box current metrics or custom metrics can be referenced via this field. This field is a valid AWS Connect Arn or a UUID.
*)unit : Unit.t option;The Unit parameter is not supported for custom metrics. The unit for the metric.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CurrentMetricId.t ]) list ]