| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Stratosphere.Resources.Subnet
Description
Creates a subnet in an existing VPC.
Documentation
Full data type definition for Subnet. See subnet for a more convenient
 constructor.
Constructors
| Subnet | |
Fields 
  | |
Constructor for Subnet containing required fields as arguments.
sAvailabilityZone :: Lens' Subnet (Maybe (Val Text)) Source #
The availability zone in which you want the subnet. Default: AWS selects a zone for you (recommended).
sCidrBlock :: Lens' Subnet (Val Text) Source #
The CIDR block that you want the subnet to cover (for example, "10.0.0.0/24").
sMapPublicIpOnLaunch :: Lens' Subnet (Maybe (Val Bool')) Source #
Indicates whether instances that are launched in this subnet receive a public IP address. By default, the value is false.