Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2VPNConnection
Description
- data EC2VPNConnection = EC2VPNConnection {}
- ec2VPNConnection :: Val Text -> Val Text -> Val Text -> EC2VPNConnection
- ecvpncCustomerGatewayId :: Lens' EC2VPNConnection (Val Text)
- ecvpncStaticRoutesOnly :: Lens' EC2VPNConnection (Maybe (Val Bool))
- ecvpncTags :: Lens' EC2VPNConnection (Maybe [Tag])
- ecvpncType :: Lens' EC2VPNConnection (Val Text)
- ecvpncVpnGatewayId :: Lens' EC2VPNConnection (Val Text)
Documentation
data EC2VPNConnection #
Full data type definition for EC2VPNConnection. See ec2VPNConnection
for a more convenient constructor.
Constructors
EC2VPNConnection | |
Constructor for EC2VPNConnection
containing required fields as
arguments.
ecvpncTags :: Lens' EC2VPNConnection (Maybe [Tag]) #
ecvpncType :: Lens' EC2VPNConnection (Val Text) #