AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

VpcEndpointServiceDomainName

A Private DNS configuration for a VPC endpoint service.

Import

import { VpcEndpointServiceDomainName } from 'aws-cdk-lib/aws-route53';

Or use the module namespace:

import * as route53 from 'aws-cdk-lib/aws-route53';
// route53.VpcEndpointServiceDomainName

Properties

Configuration passed to the constructor as VpcEndpointServiceDomainNameProps.

domainNameRequired
string

The domain name to use. This domain name must be owned by this account (registered through Route53), or delegated to this account. Domain ownership will be verified by AWS before private DNS can be used.

endpointServiceRequired
IVPCEndpointServiceRef

The VPC Endpoint Service to configure Private DNS for.

publicHostedZoneRequired
IPublicHostedZone

The public hosted zone to use for the domain.

Get the Amazon Route 53 Cheat Sheet

Everything you need to know about Amazon Route 53 on one page. HD quality, print-friendly.

Download Free Infographic