AWS::Route53Resolver::FirewallRuleGroupHigh-level information for a firewall rule group. A firewall rule group is a collection of rules that DNS Firewall uses to filter DNS network traffic for a VPC. To retrieve the rules for the rule group, call [ListFirewallRules](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListFirewallRules.html) .
import { CfnFirewallRuleGroup } from 'aws-cdk-lib/aws-route53resolver';Or use the module namespace:
import * as route53resolver from 'aws-cdk-lib/aws-route53resolver';
// route53resolver.CfnFirewallRuleGroupConfiguration passed to the constructor as CfnFirewallRuleGroupProps.
firewallRulesOptionalIResolvable | IResolvable | FirewallRuleProperty[]A list of the rules that you have defined.
nameOptionalstringThe name of the rule group.
tagsOptionalCfnTag[]A list of the tag keys and values that you want to associate with the rule group.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-route53resolverAWS::Route53Resolver::FirewallRuleGroup