AWS::VpcLattice::DomainVerificationCreates a Lattice Domain Verification
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainName | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
Status | string | - |
TxtMethodConfig | object | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
vpc-lattice:StartDomainVerificationvpc-lattice:GetDomainVerificationvpc-lattice:TagResourcevpc-lattice:ListTagsForResourcevpc-lattice:GetDomainVerificationvpc-lattice:ListTagsForResourcevpc-lattice:StartDomainVerificationvpc-lattice:GetDomainVerificationvpc-lattice:TagResourcevpc-lattice:UntagResourcevpc-lattice:ListTagsForResourcevpc-lattice:DeleteDomainVerificationvpc-lattice:GetDomainVerificationvpc-lattice:UntagResourcevpc-lattice:ListDomainVerificationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainName