AWS::Route53Resolver::FirewallDomainListHigh-level information about a list of firewall domains for use in a [AWS::Route53Resolver::FirewallRule](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53resolver-firewallrulegroup-rule.html) . This is returned by [GetFirewallDomainList](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetFirewallDomainList.html) . To retrieve the domains that are defined for this domain list, call [ListFirewallDomains](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListFirewallDomains.html) .
import { CfnFirewallDomainList } from 'aws-cdk-lib/aws-route53resolver';Or use the module namespace:
import * as route53resolver from 'aws-cdk-lib/aws-route53resolver';
// route53resolver.CfnFirewallDomainListConfiguration passed to the constructor as CfnFirewallDomainListProps.
domainFileUrlOptionalstringThe fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the list of domains to import. The file must be in an S3 bucket that's in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.
domainsOptionalstring[]A list of the domain lists that you have defined.
nameOptionalstringThe name of the domain list.
tagsOptionalCfnTag[]A list of the tag keys and values that you want to associate with the domain list.
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::FirewallDomainList