Expand description
Provides a resource to create a VPC Internet Gateway.
§Example Usage
resources:
gw:
type: aws:ec2:InternetGateway
properties:
vpcId: ${main.id}
tags:
Name: main
§Import
Using pulumi import
, import Internet Gateways using the id
. For example:
$ pulumi import aws:ec2/internetGateway:InternetGateway gw igw-c0a643a9
Structs§
- Use builder syntax to set the inputs and finish with
build_struct()
.
Functions§
- Registers a new resource with the given unique name and arguments