AWS Fundamentals Logo
AWS Fundamentals
AWS::VpcLattice::ServiceNetwork

VpcLattice ServiceNetwork

A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AuthType
string
Name
string
Create-only
SharingConfig
SharingConfig
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
CreatedAtstring-
Idstring-
LastUpdatedAtstring-

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

Resources:
  MyResource:
    Type: AWS::VpcLattice::ServiceNetwork
    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:GetServiceNetworkvpc-lattice:ListTagsForResourcevpc-lattice:CreateServiceNetworkvpc-lattice:TagResourceiam:CreateServiceLinkedRole

read

vpc-lattice:GetServiceNetworkvpc-lattice:ListTagsForResource

update

vpc-lattice:GetServiceNetworkvpc-lattice:UpdateServiceNetworkvpc-lattice:TagResourcevpc-lattice:UntagResourcevpc-lattice:ListTagsForResource

delete

vpc-lattice:DeleteServiceNetworkvpc-lattice:UntagResource

list

vpc-lattice:ListServiceNetworks

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
Properties8
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.

Name

External Links