AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53Resolver::FirewallRuleGroup

CfnFirewallRuleGroup

High-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

import { CfnFirewallRuleGroup } from 'aws-cdk-lib/aws-route53resolver';

Or use the module namespace:

import * as route53resolver from 'aws-cdk-lib/aws-route53resolver';
// route53resolver.CfnFirewallRuleGroup

Properties

Configuration passed to the constructor as CfnFirewallRuleGroupProps.

firewallRulesOptional
IResolvable | IResolvable | FirewallRuleProperty[]

A list of the rules that you have defined.

nameOptional
string

The name of the rule group.

tagsOptional
CfnTag[]

A list of the tag keys and values that you want to associate with the rule group.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter