Values.RecommendationRelatedAnomalyResourceSourceInformation about a resource in which DevOps Guru detected anomalous behavior.
type nonrec t = {name : RecommendationRelatedAnomalyResourceName.t option;The name of the resource.
*)type_ : RecommendationRelatedAnomalyResourceType.t option;The type of the resource. Resource types take the same form that is used by Amazon Web Services CloudFormation resource type identifiers, service-provider::service-name::data-type-name. For example, AWS::RDS::DBCluster. For more information, see Amazon Web Services resource and property types reference in the Amazon Web Services CloudFormation User Guide.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of RecommendationRelatedAnomalyResourceName.t ])
list ]