EvaluationResult
The details of an AWS Config evaluation. Provides the AWS resource that was evaluated, the compliance of the resource, related time stamps, and supplementary information.
Contents
- Annotation
-
Supplementary information about how the evaluation determined the compliance.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- ComplianceType
-
Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.
For the
EvaluationResult
data type, AWS Config supports only theCOMPLIANT
,NON_COMPLIANT
, andNOT_APPLICABLE
values. AWS Config does not support theINSUFFICIENT_DATA
value for theEvaluationResult
data type.Type: String
Valid Values:
COMPLIANT | NON_COMPLIANT | NOT_APPLICABLE | INSUFFICIENT_DATA
Required: No
- ConfigRuleInvokedTime
-
The time when the AWS Config rule evaluated the AWS resource.
Type: Timestamp
Required: No
- EvaluationResultIdentifier
-
Uniquely identifies the evaluation result.
Type: EvaluationResultIdentifier object
Required: No
- ResultRecordedTime
-
The time when AWS Config recorded the evaluation result.
Type: Timestamp
Required: No
- ResultToken
-
An encrypted token that associates an evaluation with an AWS Config rule. The token identifies the rule, the AWS resource being evaluated, and the event that triggered the evaluation.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: