AWS::VpcLattice::ResourceGatewayCreates a resource gateway for a service.
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
vpc-lattice:GetResourceGatewayvpc-lattice:ListTagsForResourcevpc-lattice:CreateResourceGatewayvpc-lattice:GetResourceGatewayvpc-lattice:TagResourcevpc-lattice:ListTagsForResourceec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeSecurityGroupsvpc-lattice:UpdateResourceGatewayvpc-lattice:GetResourceGatewayvpc-lattice:TagResourcevpc-lattice:UntagResourcevpc-lattice:ListTagsForResourceec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeSecurityGroupsvpc-lattice:ListResourceGatewaysvpc-lattice:DeleteResourceGatewayvpc-lattice:GetResourceGatewayvpc-lattice:UntagResourceOur 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.
VpcIdentifierSubnetIdsIpAddressTypeName