Module Values.GetResourceEvaluationSummaryRequestSource

Returns a summary of resource evaluation for the specified resource evaluation ID from the proactive rules that were run. The results indicate which evaluation context was used to evaluate the rules, which resource details were evaluated, the evaluation mode that was run, and whether the resource details comply with the configuration of the proactive rules. To see additional information about the evaluation result, such as which rule flagged a resource as NON_COMPLIANT, use the GetComplianceDetailsByResource API. For more information, see the Examples section.

Sourcetype nonrec t = {
  1. resourceEvaluationId : ResourceEvaluationId.t;
    (*

    The unique ResourceEvaluationId of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.

    *)
}
Sourceval context_ : string
Sourceval make : resourceEvaluationId:ResourceEvaluationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceEvaluationId.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