Module Values.RecommendationRelatedCloudWatchMetricsSourceDetailSource

Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many analyzed metrics that are used to generate insights.

Sourcetype nonrec t = {
  1. metricName : RecommendationRelatedCloudWatchMetricsSourceMetricName.t option;
    (*

    The name of the CloudWatch metric.

    *)
  2. namespace : RecommendationRelatedCloudWatchMetricsSourceNamespace.t option;
    (*

    The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.

    *)
}
Sourceval make : ?metricName:??? -> ?namespace:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RecommendationRelatedCloudWatchMetricsSourceMetricName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t