AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53GlobalResolver::FirewallDomainList

CfnFirewallDomainList

Resource schema for AWS::Route53GlobalResolver::FirewallDomainList.

Import

import { CfnFirewallDomainList } from 'aws-cdk-lib/aws-route53globalresolver';

Or use the module namespace:

import * as route53globalresolver from 'aws-cdk-lib/aws-route53globalresolver';
// route53globalresolver.CfnFirewallDomainList

Properties

Configuration passed to the constructor as CfnFirewallDomainListProps.

globalResolverIdRequired
string
nameRequired
string
clientTokenOptional
string
descriptionOptional
string
domainFileUrlOptional
string

S3 URL to import domains from.

domainsOptional
string[]

An inline list of domains to use for this domain list.

tagsOptional
CfnTag[]

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

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-route53globalresolver
CFN TypeAWS::Route53GlobalResolver::FirewallDomainList
Properties7

External Links