AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53GlobalResolver::DnsView

CfnDnsView

Resource schema for AWS::Route53GlobalResolver::DnsView.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnDnsViewProps.

globalResolverIdRequired
string
nameRequired
string
clientTokenOptional
string
descriptionOptional
string
dnssecValidationOptional
string
ednsClientSubnetOptional
string
firewallRulesFailOpenOptional
string
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::DnsView
Properties8

External Links