AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53GlobalResolver::AccessSource

CfnAccessSource

Resource schema for AWS::Route53GlobalResolver::AccessSource.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnAccessSourceProps.

cidrRequired
string
dnsViewIdRequired
string
protocolRequired
string
clientTokenOptional
string
ipAddressTypeOptional
string
nameOptional
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::AccessSource
Properties7

External Links