Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.VPCGatewayAttachment
Description
Attaches a gateway to a VPC.
Documentation
data VPCGatewayAttachment Source
Full data type definition for VPCGatewayAttachment. See
vpcGatewayAttachment
for a more convenient constructor.
Constructors
VPCGatewayAttachment | |
Arguments
:: Val Text | |
-> VPCGatewayAttachment |
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.