Stratosphere.EC2.Subnet
module Stratosphere.EC2.Subnet.PrivateDnsNameOptionsOnLaunchProperty
data Subnet Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-assignipv6addressoncreation
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzone
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-availabilityzoneid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-cidrblock
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-enabledns64
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-enablelniatdeviceindex
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv4ipampoolid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv4netmasklength
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6cidrblock
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6ipampoolid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6native
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-ipv6netmasklength
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-mappubliciponlaunch
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-outpostarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-privatednsnameoptionsonlaunch
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet.html#cfn-ec2-subnet-vpcid
Defined in Stratosphere.EC2.Subnet
Methods
toJSON :: Subnet -> Value #
toEncoding :: Subnet -> Encoding #
toJSONList :: [Subnet] -> Value #
toEncodingList :: [Subnet] -> Encoding #
omitField :: Subnet -> Bool #
showsPrec :: Int -> Subnet -> ShowS #
show :: Subnet -> String #
showList :: [Subnet] -> ShowS #
(==) :: Subnet -> Subnet -> Bool #
(/=) :: Subnet -> Subnet -> Bool #
toResourceProperties :: Subnet -> ResourceProperties #
Associated Types
set :: PropertyType "AssignIpv6AddressOnCreation" Subnet -> Subnet -> Subnet #
set :: PropertyType "AvailabilityZone" Subnet -> Subnet -> Subnet #
set :: PropertyType "AvailabilityZoneId" Subnet -> Subnet -> Subnet #
set :: PropertyType "CidrBlock" Subnet -> Subnet -> Subnet #
set :: PropertyType "EnableDns64" Subnet -> Subnet -> Subnet #
set :: PropertyType "EnableLniAtDeviceIndex" Subnet -> Subnet -> Subnet #
set :: PropertyType "Ipv4IpamPoolId" Subnet -> Subnet -> Subnet #
set :: PropertyType "Ipv4NetmaskLength" Subnet -> Subnet -> Subnet #
set :: PropertyType "Ipv6CidrBlock" Subnet -> Subnet -> Subnet #
set :: PropertyType "Ipv6IpamPoolId" Subnet -> Subnet -> Subnet #
set :: PropertyType "Ipv6Native" Subnet -> Subnet -> Subnet #
set :: PropertyType "Ipv6NetmaskLength" Subnet -> Subnet -> Subnet #
set :: PropertyType "MapPublicIpOnLaunch" Subnet -> Subnet -> Subnet #
set :: PropertyType "OutpostArn" Subnet -> Subnet -> Subnet #
set :: PropertyType "PrivateDnsNameOptionsOnLaunch" Subnet -> Subnet -> Subnet #
set :: PropertyType "Tags" Subnet -> Subnet -> Subnet #
set :: PropertyType "VpcId" Subnet -> Subnet -> Subnet #
mkSubnet :: Value Text -> Subnet Source #