AWS::VpcLattice::ServiceNetworkA service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AuthType | string | |
Name | string | Create-only |
SharingConfig | SharingConfig | |
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 | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
vpc-lattice:GetServiceNetworkvpc-lattice:ListTagsForResourcevpc-lattice:CreateServiceNetworkvpc-lattice:TagResourceiam:CreateServiceLinkedRolevpc-lattice:GetServiceNetworkvpc-lattice:ListTagsForResourcevpc-lattice:GetServiceNetworkvpc-lattice:UpdateServiceNetworkvpc-lattice:TagResourcevpc-lattice:UntagResourcevpc-lattice:ListTagsForResourcevpc-lattice:DeleteServiceNetworkvpc-lattice:UntagResourcevpc-lattice:ListServiceNetworksOur 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.
Name