Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2VPCGatewayAttachment
- data EC2VPCGatewayAttachment = EC2VPCGatewayAttachment {}
- ec2VPCGatewayAttachment :: Val Text -> EC2VPCGatewayAttachment
- ecvpcgaInternetGatewayId :: Lens' EC2VPCGatewayAttachment (Maybe (Val Text))
- ecvpcgaVpcId :: Lens' EC2VPCGatewayAttachment (Val Text)
- ecvpcgaVpnGatewayId :: Lens' EC2VPCGatewayAttachment (Maybe (Val Text))
Documentation
data EC2VPCGatewayAttachment #
Full data type definition for EC2VPCGatewayAttachment. See
ec2VPCGatewayAttachment
for a more convenient constructor.
Constructors
EC2VPCGatewayAttachment | |
Arguments
:: Val Text | |
-> EC2VPCGatewayAttachment |
Constructor for EC2VPCGatewayAttachment
containing required fields as
arguments.