AWS Fundamentals Logo
AWS Fundamentals
AWS::VpcLattice::DomainVerification

VpcLattice DomainVerification

Creates a Lattice Domain Verification

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
DomainName
string
RequiredCreate-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
Idstring-
Statusstring-
TxtMethodConfigobject-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::VpcLattice::DomainVerification

Resources:
  MyResource:
    Type: AWS::VpcLattice::DomainVerification
    Properties:
      DomainName: "my-domainname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

vpc-lattice:StartDomainVerificationvpc-lattice:GetDomainVerificationvpc-lattice:TagResourcevpc-lattice:ListTagsForResource

read

vpc-lattice:GetDomainVerificationvpc-lattice:ListTagsForResource

update

vpc-lattice:StartDomainVerificationvpc-lattice:GetDomainVerificationvpc-lattice:TagResourcevpc-lattice:UntagResourcevpc-lattice:ListTagsForResource

delete

vpc-lattice:DeleteDomainVerificationvpc-lattice:GetDomainVerificationvpc-lattice:UntagResource

list

vpc-lattice:ListDomainVerifications

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

ServiceVpcLattice
Properties6
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DomainName

External Links