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

Stratosphere.EC2.NatGateway

Documentation

data NatGateway Source #

Constructors

NatGateway

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html

Fields

Instances

Instances details
ToJSON NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Show NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Eq NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

ToResourceProperties NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Property "AllocationId" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Associated Types

type PropertyType "AllocationId" NatGateway 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "AllocationId" NatGateway = Value Text

Methods

set :: PropertyType "AllocationId" NatGateway -> NatGateway -> NatGateway #

Property "ConnectivityType" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Associated Types

type PropertyType "ConnectivityType" NatGateway 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "ConnectivityType" NatGateway = Value Text

Methods

set :: PropertyType "ConnectivityType" NatGateway -> NatGateway -> NatGateway #

Property "MaxDrainDurationSeconds" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Associated Types

type PropertyType "MaxDrainDurationSeconds" NatGateway 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "MaxDrainDurationSeconds" NatGateway = Value Integer

Methods

set :: PropertyType "MaxDrainDurationSeconds" NatGateway -> NatGateway -> NatGateway #

Property "PrivateIpAddress" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Associated Types

type PropertyType "PrivateIpAddress" NatGateway 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "PrivateIpAddress" NatGateway = Value Text

Methods

set :: PropertyType "PrivateIpAddress" NatGateway -> NatGateway -> NatGateway #

Property "SecondaryAllocationIds" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Associated Types

type PropertyType "SecondaryAllocationIds" NatGateway 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "SecondaryAllocationIds" NatGateway = ValueList Text

Methods

set :: PropertyType "SecondaryAllocationIds" NatGateway -> NatGateway -> NatGateway #

Property "SecondaryPrivateIpAddressCount" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Associated Types

type PropertyType "SecondaryPrivateIpAddressCount" NatGateway 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "SecondaryPrivateIpAddressCount" NatGateway = Value Integer

Methods

set :: PropertyType "SecondaryPrivateIpAddressCount" NatGateway -> NatGateway -> NatGateway #

Property "SecondaryPrivateIpAddresses" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Associated Types

type PropertyType "SecondaryPrivateIpAddresses" NatGateway 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "SecondaryPrivateIpAddresses" NatGateway = ValueList Text

Methods

set :: PropertyType "SecondaryPrivateIpAddresses" NatGateway -> NatGateway -> NatGateway #

Property "SubnetId" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Associated Types

type PropertyType "SubnetId" NatGateway 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "SubnetId" NatGateway = Value Text

Methods

set :: PropertyType "SubnetId" NatGateway -> NatGateway -> NatGateway #

Property "Tags" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Associated Types

type PropertyType "Tags" NatGateway 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "Tags" NatGateway = [Tag]
Property "VpcId" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

Associated Types

type PropertyType "VpcId" NatGateway 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "AllocationId" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "AllocationId" NatGateway = Value Text
type PropertyType "ConnectivityType" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "ConnectivityType" NatGateway = Value Text
type PropertyType "MaxDrainDurationSeconds" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "MaxDrainDurationSeconds" NatGateway = Value Integer
type PropertyType "PrivateIpAddress" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "PrivateIpAddress" NatGateway = Value Text
type PropertyType "SecondaryAllocationIds" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "SecondaryAllocationIds" NatGateway = ValueList Text
type PropertyType "SecondaryPrivateIpAddressCount" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "SecondaryPrivateIpAddressCount" NatGateway = Value Integer
type PropertyType "SecondaryPrivateIpAddresses" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "SecondaryPrivateIpAddresses" NatGateway = ValueList Text
type PropertyType "SubnetId" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "SubnetId" NatGateway = Value Text
type PropertyType "Tags" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway

type PropertyType "Tags" NatGateway = [Tag]
type PropertyType "VpcId" NatGateway Source # 
Instance details

Defined in Stratosphere.EC2.NatGateway