pub fn evaluate_managed_rule(
source_identifier: &str,
input_parameters: &Value,
scope: &Value,
account: &AccountState,
) -> Vec<RuleOutcome>Expand description
Evaluate one config rule against the recorded configuration items. Returns
per-resource outcomes for the resource types the rule applies to. For AWS
managed rules that are not implemented here, returns a single
INSUFFICIENT_DATA outcome rather than falsely reporting COMPLIANT.