| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EC2NatGateway
Description
- data EC2NatGateway = EC2NatGateway {}
- ec2NatGateway :: Val Text -> Val Text -> EC2NatGateway
- ecngAllocationId :: Lens' EC2NatGateway (Val Text)
- ecngSubnetId :: Lens' EC2NatGateway (Val Text)
- ecngTags :: Lens' EC2NatGateway (Maybe [Tag])
Documentation
data EC2NatGateway #
Full data type definition for EC2NatGateway. See ec2NatGateway for a
more convenient constructor.
Constructors
| EC2NatGateway | |
Fields | |
Instances
Arguments
| :: Val Text | |
| -> Val Text | |
| -> EC2NatGateway |
Constructor for EC2NatGateway containing required fields as arguments.
ecngSubnetId :: Lens' EC2NatGateway (Val Text) #