EvaluationResult class

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.

Constructors

EvaluationResult({String? annotation, ComplianceType? complianceType, DateTime? configRuleInvokedTime, EvaluationResultIdentifier? evaluationResultIdentifier, DateTime? resultRecordedTime, String? resultToken})
EvaluationResult.fromJson(Map<String, dynamic> json)
factory

Properties

annotation String?
Supplementary information about how the evaluation determined the compliance.
final
complianceType ComplianceType?
Indicates whether the AWS resource complies with the AWS Config rule that evaluated it.
final
configRuleInvokedTime DateTime?
The time when the AWS Config rule evaluated the AWS resource.
final
evaluationResultIdentifier EvaluationResultIdentifier?
Uniquely identifies the evaluation result.
final
hashCode int
The hash code for this object.
no setterinherited
resultRecordedTime DateTime?
The time when AWS Config recorded the evaluation result.
final
resultToken String?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited