| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EC2VPNConnection
Description
- data EC2VPNConnection = EC2VPNConnection {
- _eC2VPNConnectionCustomerGatewayId :: Val Text
- _eC2VPNConnectionStaticRoutesOnly :: Maybe (Val Bool)
- _eC2VPNConnectionTags :: Maybe [Tag]
- _eC2VPNConnectionType :: Val Text
- _eC2VPNConnectionVpnGatewayId :: Val Text
- _eC2VPNConnectionVpnTunnelOptionsSpecifications :: Maybe [EC2VPNConnectionVpnTunnelOptionsSpecification]
- 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)
- ecvpncVpnTunnelOptionsSpecifications :: Lens' EC2VPNConnection (Maybe [EC2VPNConnectionVpnTunnelOptionsSpecification])
Documentation
data EC2VPNConnection #
Full data type definition for EC2VPNConnection. See ec2VPNConnection
for a more convenient constructor.
Constructors
Constructor for EC2VPNConnection containing required fields as
arguments.
ecvpncTags :: Lens' EC2VPNConnection (Maybe [Tag]) #
ecvpncType :: Lens' EC2VPNConnection (Val Text) #