Skip to content

DescribeRuleGroupSummary

Source: src/AWS/NetworkFirewall/DescribeRuleGroupSummary.ts

Runtime binding for network-firewall:DescribeRuleGroupSummary — read a per-rule summary (SID, message, metadata) of the bound stateful RuleGroup; the rule group ARN is injected automatically. Only supported for STATEFUL rule groups.

Provide NetworkFirewall.DescribeRuleGroupSummaryHttp on the hosting Lambda Function to satisfy the requirement.

// init — grants network-firewall:DescribeRuleGroupSummary on the rule group
const describeRuleGroupSummary =
yield* AWS.NetworkFirewall.DescribeRuleGroupSummary(ruleGroup);
// runtime
const { Summary } = yield* describeRuleGroupSummary();