StartConfigRulesEvaluation
Source:
src/AWS/Config/StartConfigRulesEvaluation.ts
Runtime binding for config:StartConfigRulesEvaluation — run an
on-demand evaluation of the bound ConfigRule against the last
known configuration state of your resources; the rule name is injected
automatically.
Provide Config.StartConfigRulesEvaluationHttp on the hosting Lambda
Function to satisfy the requirement.
Rule Evaluation Status
Section titled “Rule Evaluation Status”// init — grants config:StartConfigRulesEvaluationconst startRulesEvaluation = yield* AWS.Config.StartConfigRulesEvaluation(rule);
// runtimeyield* startRulesEvaluation();