Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2CustomerGateway
Description
- data EC2CustomerGateway = EC2CustomerGateway {}
- ec2CustomerGateway :: Val Integer -> Val Text -> Val Text -> EC2CustomerGateway
- eccgBgpAsn :: Lens' EC2CustomerGateway (Val Integer)
- eccgIpAddress :: Lens' EC2CustomerGateway (Val Text)
- eccgTags :: Lens' EC2CustomerGateway (Maybe [Tag])
- eccgType :: Lens' EC2CustomerGateway (Val Text)
Documentation
data EC2CustomerGateway #
Full data type definition for EC2CustomerGateway. See
ec2CustomerGateway
for a more convenient constructor.
Constructors
EC2CustomerGateway | |
Constructor for EC2CustomerGateway
containing required fields as
arguments.