AWS::VpcLattice::ServiceA service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).
6 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AuthType | string | |
CertificateArn | string | |
CustomDomainName | string | Create-only |
DnsEntry | DnsEntry | |
Name | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedAt | string | - |
Id | string | - |
LastUpdatedAt | string | - |
Status | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::VpcLattice::Service
Resources:
MyResource:
Type: AWS::VpcLattice::Service
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
vpc-lattice:CreateServicevpc-lattice:GetServicevpc-lattice:ListTagsForResourcevpc-lattice:TagResourceacm:DescribeCertificateacm:ListCertificatesiam:CreateServiceLinkedRolevpc-lattice:GetServicevpc-lattice:ListTagsForResourcevpc-lattice:UpdateServicevpc-lattice:TagResourcevpc-lattice:UntagResourcevpc-lattice:GetServicevpc-lattice:ListTagsForResourcevpc-lattice:DeleteServicevpc-lattice:GetServicevpc-lattice:UntagResourcevpc-lattice:ListServicesOur 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.
NameCustomDomainName