

# AggregateEvaluationResult
<a name="API_AggregateEvaluationResult"></a>

The details of an Amazon Config evaluation for an account ID and region in an aggregator. Provides the Amazon resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information. 

## Contents
<a name="API_AggregateEvaluationResult_Contents"></a>

 ** AccountId **   <a name="config-Type-AggregateEvaluationResult-AccountId"></a>
The 12-digit account ID of the source account.  
Type: String  
Pattern: `\d{12}`   
Required: No

 ** Annotation **   <a name="config-Type-AggregateEvaluationResult-Annotation"></a>
Supplementary information about how the agrregate evaluation determined the compliance.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Required: No

 ** AwsRegion **   <a name="config-Type-AggregateEvaluationResult-AwsRegion"></a>
The source region from where the data is aggregated.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Required: No

 ** ComplianceType **   <a name="config-Type-AggregateEvaluationResult-ComplianceType"></a>
The resource compliance status.  
For the `AggregationEvaluationResult` data type, Amazon Config supports only the `COMPLIANT` and `NON_COMPLIANT`. Amazon Config does not support the `NOT_APPLICABLE` and `INSUFFICIENT_DATA` value.  
Type: String  
Valid Values: `COMPLIANT | NON_COMPLIANT | NOT_APPLICABLE | INSUFFICIENT_DATA`   
Required: No

 ** ConfigRuleInvokedTime **   <a name="config-Type-AggregateEvaluationResult-ConfigRuleInvokedTime"></a>
The time when the Amazon Config rule evaluated the Amazon resource.  
Type: Timestamp  
Required: No

 ** EvaluationResultIdentifier **   <a name="config-Type-AggregateEvaluationResult-EvaluationResultIdentifier"></a>
Uniquely identifies the evaluation result.  
Type: [EvaluationResultIdentifier](API_EvaluationResultIdentifier.md) object  
Required: No

 ** ResultRecordedTime **   <a name="config-Type-AggregateEvaluationResult-ResultRecordedTime"></a>
The time when Amazon Config recorded the aggregate evaluation result.  
Type: Timestamp  
Required: No

## See Also
<a name="API_AggregateEvaluationResult_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/config-2014-11-12/AggregateEvaluationResult) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/config-2014-11-12/AggregateEvaluationResult) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/config-2014-11-12/AggregateEvaluationResult) 