Values.CloudWatchMetricsDetailSourceInformation about an Amazon CloudWatch metric.
type nonrec t = {metricName : CloudWatchMetricsMetricName.t option;The name of the CloudWatch metric.
*)namespace : CloudWatchMetricsNamespace.t option;The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
*)dimensions : CloudWatchMetricsDimensions.t option;An array of CloudWatch dimensions associated with
*)stat : CloudWatchMetricsStat.t option;The type of statistic associated with the CloudWatch metric. For more information, see Statistics in the Amazon CloudWatch User Guide.
*)unit : CloudWatchMetricsUnit.t option;The unit of measure used for the CloudWatch metric. For example, Bytes, Seconds, Count, and Percent.
*)period : CloudWatchMetricsPeriod.t option;The length of time associated with the CloudWatch metric in number of seconds.
*)metricDataSummary : CloudWatchMetricsDataSummary.t option;This object returns anomaly metric data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of CloudWatchMetricsPeriod.t
| `List of
[> `Structure of
(string * [> `String of CloudWatchMetricsDimensionName.t ])
list ]
list
| `String of CloudWatchMetricsMetricName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Double of MetricValue.t
| `Timestamp of Timestamp.t ])
list ]
list ])
list ])
list ]