| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EC2VPNConnection
Description
Synopsis
- 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
Instances
| Eq EC2VPNConnection # | |
Defined in Stratosphere.Resources.EC2VPNConnection Methods (==) :: EC2VPNConnection -> EC2VPNConnection -> Bool # (/=) :: EC2VPNConnection -> EC2VPNConnection -> Bool # | |
| Show EC2VPNConnection # | |
Defined in Stratosphere.Resources.EC2VPNConnection Methods showsPrec :: Int -> EC2VPNConnection -> ShowS # show :: EC2VPNConnection -> String # showList :: [EC2VPNConnection] -> ShowS # | |
| ToJSON EC2VPNConnection # | |
Defined in Stratosphere.Resources.EC2VPNConnection Methods toJSON :: EC2VPNConnection -> Value # toEncoding :: EC2VPNConnection -> Encoding # toJSONList :: [EC2VPNConnection] -> Value # toEncodingList :: [EC2VPNConnection] -> Encoding # | |
| FromJSON EC2VPNConnection # | |
Defined in Stratosphere.Resources.EC2VPNConnection Methods parseJSON :: Value -> Parser EC2VPNConnection # parseJSONList :: Value -> Parser [EC2VPNConnection] # | |
Constructor for EC2VPNConnection containing required fields as
arguments.
ecvpncTags :: Lens' EC2VPNConnection (Maybe [Tag]) #
ecvpncType :: Lens' EC2VPNConnection (Val Text) #