AWS Fundamentals Logo
AWS Fundamentals
AWS::VpcLattice::ServiceNetworkServiceAssociation

VpcLattice ServiceNetworkServiceAssociation

Associates a service with a service network.

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DnsEntry
DnsEntry
ServiceIdentifier
string
Create-onlyWrite-only
ServiceNetworkIdentifier
string
Create-onlyWrite-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
CreatedAtstring-
Idstring-
ServiceArnstring-
ServiceIdstring-
ServiceNamestring-
ServiceNetworkArnstring-
ServiceNetworkIdstring-
ServiceNetworkNamestring-
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::ServiceNetworkServiceAssociation

Resources:
  MyResource:
    Type: AWS::VpcLattice::ServiceNetworkServiceAssociation
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

vpc-lattice:CreateServiceNetworkServiceAssociationvpc-lattice:GetServiceNetworkServiceAssociationvpc-lattice:TagResourcevpc-lattice:ListTagsForResource

read

vpc-lattice:GetServiceNetworkServiceAssociationvpc-lattice:ListTagsForResource

update

vpc-lattice:TagResourcevpc-lattice:UntagResourcevpc-lattice:GetServiceNetworkServiceAssociationvpc-lattice:ListTagsForResource

delete

vpc-lattice:DeleteServiceNetworkServiceAssociationvpc-lattice:GetServiceNetworkServiceAssociationvpc-lattice:UntagResource

list

vpc-lattice:ListServiceNetworkServiceAssociations

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

ServiceNetworkIdentifierServiceIdentifier

External Links