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