stratosphere-ec2-1.0.0: Stratosphere integration for AWS EC2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.EC2.VPC

Documentation

data VPC Source #

Instances

Instances details
ToJSON VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

Show VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

Methods

showsPrec :: Int -> VPC -> ShowS #

show :: VPC -> String #

showList :: [VPC] -> ShowS #

Eq VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

Methods

(==) :: VPC -> VPC -> Bool #

(/=) :: VPC -> VPC -> Bool #

ToResourceProperties VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

Property "CidrBlock" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

Associated Types

type PropertyType "CidrBlock" VPC 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "CidrBlock" VPC = Value Text

Methods

set :: PropertyType "CidrBlock" VPC -> VPC -> VPC #

Property "EnableDnsHostnames" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

Associated Types

type PropertyType "EnableDnsHostnames" VPC 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "EnableDnsHostnames" VPC = Value Bool

Methods

set :: PropertyType "EnableDnsHostnames" VPC -> VPC -> VPC #

Property "EnableDnsSupport" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

Associated Types

type PropertyType "EnableDnsSupport" VPC 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "EnableDnsSupport" VPC = Value Bool

Methods

set :: PropertyType "EnableDnsSupport" VPC -> VPC -> VPC #

Property "InstanceTenancy" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

Associated Types

type PropertyType "InstanceTenancy" VPC 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "InstanceTenancy" VPC = Value Text

Methods

set :: PropertyType "InstanceTenancy" VPC -> VPC -> VPC #

Property "Ipv4IpamPoolId" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

Associated Types

type PropertyType "Ipv4IpamPoolId" VPC 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "Ipv4IpamPoolId" VPC = Value Text

Methods

set :: PropertyType "Ipv4IpamPoolId" VPC -> VPC -> VPC #

Property "Ipv4NetmaskLength" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

Associated Types

type PropertyType "Ipv4NetmaskLength" VPC 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "Ipv4NetmaskLength" VPC = Value Integer

Methods

set :: PropertyType "Ipv4NetmaskLength" VPC -> VPC -> VPC #

Property "Tags" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

Associated Types

type PropertyType "Tags" VPC 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "Tags" VPC = [Tag]

Methods

set :: PropertyType "Tags" VPC -> VPC -> VPC #

type PropertyType "CidrBlock" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "CidrBlock" VPC = Value Text
type PropertyType "EnableDnsHostnames" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "EnableDnsHostnames" VPC = Value Bool
type PropertyType "EnableDnsSupport" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "EnableDnsSupport" VPC = Value Bool
type PropertyType "InstanceTenancy" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "InstanceTenancy" VPC = Value Text
type PropertyType "Ipv4IpamPoolId" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "Ipv4IpamPoolId" VPC = Value Text
type PropertyType "Ipv4NetmaskLength" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "Ipv4NetmaskLength" VPC = Value Integer
type PropertyType "Tags" VPC Source # 
Instance details

Defined in Stratosphere.EC2.VPC

type PropertyType "Tags" VPC = [Tag]