Module Values.RecommendationRelatedAnomalyResourceSource

Information about a resource in which DevOps Guru detected anomalous behavior.

Sourcetype nonrec t = {
  1. name : RecommendationRelatedAnomalyResourceName.t option;
    (*

    The name of the resource.

    *)
  2. 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.

    *)
}
Sourceval make : ?name:??? -> ?type_:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RecommendationRelatedAnomalyResourceName.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