complianceType property
Indicates whether the AWS resource complies with the AWS Config rule that it was evaluated against.
For the Evaluation data type, AWS Config supports only the
COMPLIANT, NON_COMPLIANT, and
NOT_APPLICABLE values. AWS Config does not support the
INSUFFICIENT_DATA value for this data type.
Similarly, AWS Config does not accept INSUFFICIENT_DATA as the
value for ComplianceType from a PutEvaluations
request. For example, an AWS Lambda function for a custom AWS Config rule
cannot pass an INSUFFICIENT_DATA value to AWS Config.
Implementation
final ComplianceType complianceType;