Values.RecommendationRelatedCloudWatchMetricsSourceDetailSourceInformation about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many analyzed metrics that are used to generate insights.
type nonrec t = {metricName : RecommendationRelatedCloudWatchMetricsSourceMetricName.t option;The name of the CloudWatch metric.
*)namespace : RecommendationRelatedCloudWatchMetricsSourceNamespace.t option;The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of
RecommendationRelatedCloudWatchMetricsSourceMetricName.t ])
list ]