AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53GlobalResolver::FirewallRule

CfnFirewallRule

Resource schema for AWS::Route53GlobalResolver::FirewallRule.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnFirewallRuleProps.

actionRequired
string
dnsViewIdRequired
string
nameRequired
string
blockOverrideDnsTypeOptional
string
blockOverrideDomainOptional
string
blockOverrideTtlOptional
number
blockResponseOptional
string
clientTokenOptional
string
confidenceThresholdOptional
string
descriptionOptional
string
dnsAdvancedProtectionOptional
string
firewallDomainListIdOptional
string
priorityOptional
number
qTypeOptional
string

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::FirewallRule
Properties14

External Links