Values.EvaluationResultQualifierSourceIdentifies an Config rule that evaluated an Amazon Web Services resource, and provides the type and ID of the resource that the rule evaluated.
type nonrec t = {configRuleName : ConfigRuleName.t option;The name of the Config rule that was used in the evaluation.
*)resourceType : StringWithCharLimit256.t option;The type of Amazon Web Services resource that was evaluated.
*)resourceId : BaseResourceId.t option;The ID of the evaluated Amazon Web Services resource.
*)evaluationMode : EvaluationMode.t option;The mode of an evaluation. The valid values are Detective or Proactive.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ConfigRuleName.t ]) list ]