AWS::VpcLattice::DomainVerificationA 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 { CfnDomainVerification } from 'aws-cdk-lib/aws-vpclattice';Or use the module namespace:
import * as vpclattice from 'aws-cdk-lib/aws-vpclattice';
// vpclattice.CfnDomainVerificationConfiguration passed to the constructor as CfnDomainVerificationProps.
domainNameRequiredstringThe domain name being verified.
tagsOptionalCfnTag[]The tags associated with the domain verification.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-vpclatticeAWS::VpcLattice::DomainVerification