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.
Reading Rule Group State
Section titled “Reading Rule Group State”// init — grants network-firewall:DescribeRuleGroupSummary on the rule groupconst describeRuleGroupSummary = yield* AWS.NetworkFirewall.DescribeRuleGroupSummary(ruleGroup);
// runtimeconst { Summary } = yield* describeRuleGroupSummary();