Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2VPNGateway
Description
- data EC2VPNGateway = EC2VPNGateway {}
- ec2VPNGateway :: Val Text -> EC2VPNGateway
- ecvpngTags :: Lens' EC2VPNGateway (Maybe [Tag])
- ecvpngType :: Lens' EC2VPNGateway (Val Text)
Documentation
data EC2VPNGateway #
Full data type definition for EC2VPNGateway. See ec2VPNGateway
for a
more convenient constructor.
Constructors
EC2VPNGateway | |
Fields
|
Instances
Arguments
:: Val Text | |
-> EC2VPNGateway |
Constructor for EC2VPNGateway
containing required fields as arguments.
ecvpngTags :: Lens' EC2VPNGateway (Maybe [Tag]) #