DescribeRuleGroupMetadata
Source:
src/AWS/NetworkFirewall/DescribeRuleGroupMetadata.ts
Runtime binding for network-firewall:DescribeRuleGroupMetadata — read
the high-level metadata (type, capacity, last-modified time) of the bound
RuleGroup without fetching the full rules definition; the rule
group ARN is injected automatically.
Provide NetworkFirewall.DescribeRuleGroupMetadataHttp on the hosting
Lambda Function to satisfy the requirement.
Reading Rule Group State
Section titled “Reading Rule Group State”// init — grants network-firewall:DescribeRuleGroupMetadata on the rule groupconst describeRuleGroupMetadata = yield* AWS.NetworkFirewall.DescribeRuleGroupMetadata(ruleGroup);
// runtimeconst { Capacity } = yield* describeRuleGroupMetadata();