stratosphere-0.1.3: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.VPCGatewayAttachment

Description

Attaches a gateway to a VPC.

Synopsis

Documentation

data VPCGatewayAttachment Source #

Full data type definition for VPCGatewayAttachment. See vpcGatewayAttachment for a more convenient constructor.

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.