configRuleState property
Indicates whether the AWS Config rule is active or is currently being deleted by AWS Config. It can also indicate the evaluation status for the AWS Config rule.
AWS Config sets the state of the rule to EVALUATING
temporarily
after you use the StartConfigRulesEvaluation
request to
evaluate your resources against the AWS Config rule.
AWS Config sets the state of the rule to DELETING_RESULTS
temporarily after you use the DeleteEvaluationResults
request
to delete the current evaluation results for the AWS Config rule.
AWS Config temporarily sets the state of a rule to DELETING
after you use the DeleteConfigRule
request to delete the rule.
After AWS Config deletes the rule, the rule and all of its evaluations are
erased and are no longer available.
Implementation
final ConfigRuleState? configRuleState;