Values.AggregateEvaluationResultSourceThe details of an Config evaluation for an account ID and region in an aggregator. Provides the Amazon Web Services resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.
type nonrec t = {evaluationResultIdentifier : EvaluationResultIdentifier.t option;Uniquely identifies the evaluation result.
*)complianceType : ComplianceType.t option;The resource compliance status. For the AggregationEvaluationResult data type, Config supports only the COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA value.
*)resultRecordedTime : Date.t option;The time when Config recorded the aggregate evaluation result.
*)configRuleInvokedTime : Date.t option;The time when the Config rule evaluated the Amazon Web Services resource.
*)annotation : StringWithCharLimit256.t option;Supplementary information about how the agrregate evaluation determined the compliance.
*)accountId : AccountId.t option;The 12-digit account ID of the source account.
*)awsRegion : AwsRegion.t option;The source region from where the data is aggregated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of StringWithCharLimit256.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 ]