firstEvaluationStarted property

bool? firstEvaluationStarted
final

Indicates whether AWS Config has evaluated your resources against the rule at least once.

  • true - AWS Config has evaluated your AWS resources against the rule at least once.
  • false - AWS Config has not once finished evaluating your AWS resources against the rule.

Implementation

final bool? firstEvaluationStarted;