A Private DNS configuration for a VPC endpoint service.
import { VpcEndpointServiceDomainName } from 'aws-cdk-lib/aws-route53';Or use the module namespace:
import * as route53 from 'aws-cdk-lib/aws-route53';
// route53.VpcEndpointServiceDomainNameConfiguration passed to the constructor as VpcEndpointServiceDomainNameProps.
domainNameRequiredstringThe 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.
endpointServiceRequiredIVPCEndpointServiceRefThe VPC Endpoint Service to configure Private DNS for.
publicHostedZoneRequiredIPublicHostedZoneThe public hosted zone to use for the domain.
Everything you need to know about Amazon Route 53 on one page. HD quality, print-friendly.
Download Free Infographicaws-route53