AWS Fundamentals Logo
AWS Fundamentals
AWS::VpcLattice::ResourceGateway

VpcLattice ResourceGateway

Creates a resource gateway for a service.

Properties

7 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
SubnetIds
Array<string>
RequiredCreate-only
VpcIdentifier
string
RequiredCreate-only
IpAddressType
string
Create-only
Ipv4AddressesPerEni
integer
SecurityGroupIds
Array<Any | Any | Any>
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::ResourceGateway

Resources:
  MyResource:
    Type: AWS::VpcLattice::ResourceGateway
    Properties:
      Name: "my-name"
      VpcIdentifier: "my-vpcidentifier"
      SubnetIds: "my-subnetids"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

read

vpc-lattice:GetResourceGatewayvpc-lattice:ListTagsForResource

create

vpc-lattice:CreateResourceGatewayvpc-lattice:GetResourceGatewayvpc-lattice:TagResourcevpc-lattice:ListTagsForResourceec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeSecurityGroups

update

vpc-lattice:UpdateResourceGatewayvpc-lattice:GetResourceGatewayvpc-lattice:TagResourcevpc-lattice:UntagResourcevpc-lattice:ListTagsForResourceec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeSecurityGroups

list

vpc-lattice:ListResourceGateways

delete

vpc-lattice:DeleteResourceGatewayvpc-lattice:GetResourceGatewayvpc-lattice:UntagResource

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
Properties9
Required3
TaggingSupported
Primary IDArn

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

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

VpcIdentifierSubnetIdsIpAddressTypeName

External Links