Expand description
Provides a resource to create a VPC VPN Gateway.
§Example Usage
resources:
vpnGw:
type: aws:ec2:VpnGateway
name: vpn_gw
properties:
vpcId: ${main.id}
tags:
Name: main
§Import
Using pulumi import
, import VPN Gateways using the VPN gateway id
. For example:
$ pulumi import aws:ec2/vpnGateway:VpnGateway testvpngateway vgw-9a4cacf3
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