Stratosphere.EC2.VPC
data VPC Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-ec2-vpc-cidrblock
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-ec2-vpc-enablednshostnames
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-ec2-vpc-enablednssupport
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-ec2-vpc-instancetenancy
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-ec2-vpc-ipv4ipampoolid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-ec2-vpc-ipv4netmasklength
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html#cfn-ec2-vpc-tags
Defined in Stratosphere.EC2.VPC
Methods
toJSON :: VPC -> Value #
toEncoding :: VPC -> Encoding #
toJSONList :: [VPC] -> Value #
toEncodingList :: [VPC] -> Encoding #
omitField :: VPC -> Bool #
showsPrec :: Int -> VPC -> ShowS #
show :: VPC -> String #
showList :: [VPC] -> ShowS #
(==) :: VPC -> VPC -> Bool #
(/=) :: VPC -> VPC -> Bool #
toResourceProperties :: VPC -> ResourceProperties #
Associated Types
set :: PropertyType "CidrBlock" VPC -> VPC -> VPC #
set :: PropertyType "EnableDnsHostnames" VPC -> VPC -> VPC #
set :: PropertyType "EnableDnsSupport" VPC -> VPC -> VPC #
set :: PropertyType "InstanceTenancy" VPC -> VPC -> VPC #
set :: PropertyType "Ipv4IpamPoolId" VPC -> VPC -> VPC #
set :: PropertyType "Ipv4NetmaskLength" VPC -> VPC -> VPC #
set :: PropertyType "Tags" VPC -> VPC -> VPC #
mkVPC :: VPC Source #