Values.ConformancePackEvaluationResultSourceThe details of a conformance pack evaluation. Provides Config rule and Amazon Web Services resource type that was evaluated, the compliance of the conformance pack, related time stamps, and supplementary information.
type nonrec t = {complianceType : ConformancePackComplianceType.t option;The compliance type. The allowed values are COMPLIANT and NON_COMPLIANT. INSUFFICIENT_DATA is not supported.
*)evaluationResultIdentifier : EvaluationResultIdentifier.t option;configRuleInvokedTime : Date.t option;The time when Config rule evaluated Amazon Web Services resource.
*)resultRecordedTime : Date.t option;The time when Config recorded the evaluation result.
*)annotation : Annotation.t option;Supplementary information about how the evaluation determined the compliance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Annotation.t
| `Structure of
(string
* [> `String of ResourceEvaluationId.t
| `Structure of
(string * [> `Enum of string | `String of ConfigRuleName.t ])
list
| `Timestamp of Date.t ])
list
| `Timestamp of Date.t ])
list ]