Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2VPC
- data EC2VPC = EC2VPC {}
- ec2VPC :: Val Text -> EC2VPC
- ecvpcCidrBlock :: Lens' EC2VPC (Val Text)
- ecvpcEnableDnsHostnames :: Lens' EC2VPC (Maybe (Val Bool))
- ecvpcEnableDnsSupport :: Lens' EC2VPC (Maybe (Val Bool))
- ecvpcInstanceTenancy :: Lens' EC2VPC (Maybe (Val Text))
- ecvpcTags :: Lens' EC2VPC (Maybe [Tag])
Documentation
Full data type definition for EC2VPC. See ec2VPC
for a more convenient
constructor.
Constructors
EC2VPC | |
Fields
|