AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::VpcLattice::DomainVerification

CfnDomainVerification

A domain name verification is an entity that allows you to prove your ownership of a given domain. When you create a domain verification using CloudFormation, use a waiter to make sure the domain verification is complete before you create a service network resource association, a VPC endpoint, or a service network VPC association with this domain.

Import

import { CfnDomainVerification } from 'aws-cdk-lib/aws-vpclattice';

Or use the module namespace:

import * as vpclattice from 'aws-cdk-lib/aws-vpclattice';
// vpclattice.CfnDomainVerification

Properties

Configuration passed to the constructor as CfnDomainVerificationProps.

domainNameRequired
string

The domain name being verified.

tagsOptional
CfnTag[]

The tags associated with the domain verification.

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