Values.RecommendationRelatedAnomalySourceInformation about an anomaly that is related to a recommendation.
type nonrec t = {resources : RecommendationRelatedAnomalyResources.t option;An array of objects that represent resources in which DevOps Guru detected anomalous behavior. Each object contains the name and type of the resource.
*)sourceDetails : RelatedAnomalySourceDetails.t option;Information about where the anomalous behavior related the recommendation was found. For example, details in Amazon CloudWatch metrics.
*)anomalyId : AnomalyId.t option;The ID of an anomaly that generated the insight with this recommendation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of
RecommendationRelatedCloudWatchMetricsSourceMetricName.t ])
list ]
list
| `String of RecommendationRelatedAnomalyResourceName.t ])
list ]
list
| `String of AnomalyId.t ])
list ]