AWS Fundamentals Logo
AWS Fundamentals
AWS::VpcLattice::Service

VpcLattice Service

A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AuthType
string
CertificateArn
string
CustomDomainName
string
Create-only
DnsEntry
DnsEntry
Name
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
CreatedAtstring-
Idstring-
LastUpdatedAtstring-
Statusstring-

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::Service

Resources:
  MyResource:
    Type: AWS::VpcLattice::Service
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

vpc-lattice:CreateServicevpc-lattice:GetServicevpc-lattice:ListTagsForResourcevpc-lattice:TagResourceacm:DescribeCertificateacm:ListCertificatesiam:CreateServiceLinkedRole

read

vpc-lattice:GetServicevpc-lattice:ListTagsForResource

update

vpc-lattice:UpdateServicevpc-lattice:TagResourcevpc-lattice:UntagResourcevpc-lattice:GetServicevpc-lattice:ListTagsForResource

delete

vpc-lattice:DeleteServicevpc-lattice:GetServicevpc-lattice:UntagResource

list

vpc-lattice:ListServices

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
Properties11
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

NameCustomDomainName

External Links