Skip to content

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.

// init — grants config:StartConfigRulesEvaluation
const startRulesEvaluation =
yield* AWS.Config.StartConfigRulesEvaluation(rule);
// runtime
yield* startRulesEvaluation();