stratosphere-0.1.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.VPCGatewayAttachment

Description

Attaches a gateway to a VPC.

Synopsis

Documentation

vpcGatewayAttachment Source

Constructor for VPCGatewayAttachment containing required fields as arguments.

vpcgaInternetGatewayId :: Lens' VPCGatewayAttachment (Maybe (Val Text)) Source

The ID of the Internet gateway.

vpcgaVpcId :: Lens' VPCGatewayAttachment (Val Text) Source

The ID of the VPC to associate with this gateway.

vpcgaVpnGatewayId :: Lens' VPCGatewayAttachment (Maybe (Val Text)) Source

The ID of the virtual private network (VPN) gateway to attach to the VPC.