AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53GlobalResolver::HostedZoneAssociation

CfnHostedZoneAssociation

Resource schema for AWS::Route53GlobalResolver::HostedZoneAssociation.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnHostedZoneAssociationProps.

hostedZoneIdRequired
string
nameRequired
string
resourceArnRequired
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::HostedZoneAssociation
Properties3

External Links