

# EvaluationResult
<a name="API_EvaluationResult"></a>

The details of an Amazon Config evaluation. Provides the Amazon resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.

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

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

 ** ComplianceType **   <a name="config-Type-EvaluationResult-ComplianceType"></a>
Indicates whether the Amazon resource complies with the Amazon Config rule that evaluated it.  
For the `EvaluationResult` data type, Amazon Config supports only the `COMPLIANT`, `NON_COMPLIANT`, and `NOT_APPLICABLE` values. Amazon Config does not support the `INSUFFICIENT_DATA` value for the `EvaluationResult` data type.  
Type: String  
Valid Values: `COMPLIANT | NON_COMPLIANT | NOT_APPLICABLE | INSUFFICIENT_DATA`   
Required: No

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

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

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

 ** ResultToken **   <a name="config-Type-EvaluationResult-ResultToken"></a>
An encrypted token that associates an evaluation with an Amazon Config rule. The token identifies the rule, the Amazon resource being evaluated, and the event that triggered the evaluation.  
Type: String  
Required: No

## See Also
<a name="API_EvaluationResult_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/EvaluationResult) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/config-2014-11-12/EvaluationResult) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/config-2014-11-12/EvaluationResult) 