DescribeRuleGroup
Source:
src/AWS/NetworkFirewall/DescribeRuleGroup.ts
Runtime binding for network-firewall:DescribeRuleGroup — read the bound
RuleGroup’s definition (rules source, variables, capacity); the
rule group ARN is injected automatically.
Provide NetworkFirewall.DescribeRuleGroupHttp on the hosting Lambda
Function to satisfy the requirement.
Reading Rule Group State
Section titled “Reading Rule Group State”// init — grants network-firewall:DescribeRuleGroup on the rule groupconst describeRuleGroup = yield* AWS.NetworkFirewall.DescribeRuleGroup(ruleGroup);
// runtimeconst { RuleGroup } = yield* describeRuleGroup();