AWS Fundamentals Logo
AWS Fundamentals
AWS::VpcLattice::ServiceNetworkResourceAssociation

VpcLattice ServiceNetworkResourceAssociation

VpcLattice ServiceNetworkResourceAssociation CFN resource

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
PrivateDnsEnabled
boolean
Create-only
ResourceConfigurationId
string
Create-only
ServiceNetworkId
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
Idstring-

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

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

Required IAM Permissions

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

create

vpc-lattice:CreateServiceNetworkResourceAssociationvpc-lattice:GetServiceNetworkResourceAssociationvpc-lattice:TagResourcevpc-lattice:ListTagsForResource

read

vpc-lattice:GetServiceNetworkResourceAssociationvpc-lattice:ListTagsForResource

update

vpc-lattice:TagResourcevpc-lattice:UntagResourcevpc-lattice:GetServiceNetworkResourceAssociationvpc-lattice:ListTagsForResource

delete

vpc-lattice:DeleteServiceNetworkResourceAssociationvpc-lattice:GetServiceNetworkResourceAssociationvpc-lattice:UntagResource

list

vpc-lattice:ListServiceNetworkResourceAssociations

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

ResourceConfigurationIdServiceNetworkIdPrivateDnsEnabled

External Links