AWS::EC2::EgressOnlyInternetGatewayResource Type definition for AWS::EC2::EgressOnlyInternetGateway
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
VpcId | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | Service Generated ID of the EgressOnlyInternetGateway |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::EgressOnlyInternetGateway
Resources:
MyResource:
Type: AWS::EC2::EgressOnlyInternetGateway
Properties:
VpcId: "my-vpcid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateEgressOnlyInternetGatewayec2:CreateTagsec2:DescribeEgressOnlyInternetGatewaysec2:DescribeEgressOnlyInternetGatewaysec2:DescribeTagsec2:DeleteEgressOnlyInternetGatewayec2:DescribeEgressOnlyInternetGatewaysec2:DescribeVpcsec2:DeleteTagsec2:DeleteTagsec2:CreateTagsec2:DescribeEgressOnlyInternetGatewaysec2:DescribeEgressOnlyInternetGatewaysEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
VpcId