Values.CloudWatchMetricsDimensionSourceThe dimension of an Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in your account for operational problems and anomalous behavior. A dimension is a name/value pair that is part of the identity of a metric. A metric can have up to 10 dimensions. For more information, see Dimensions in the Amazon CloudWatch User Guide.
type nonrec t = {name : CloudWatchMetricsDimensionName.t option;The name of the CloudWatch dimension.
*)value : CloudWatchMetricsDimensionValue.t option;The value of the CloudWatch dimension.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CloudWatchMetricsDimensionName.t ]) list ]