Stratosphere.EC2.NatGateway
data NatGateway Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-connectivitytype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-maxdraindurationseconds
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-privateipaddress
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-secondaryallocationids
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-secondaryprivateipaddresscount
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-secondaryprivateipaddresses
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-vpcid
Defined in Stratosphere.EC2.NatGateway
Methods
toJSON :: NatGateway -> Value #
toEncoding :: NatGateway -> Encoding #
toJSONList :: [NatGateway] -> Value #
toEncodingList :: [NatGateway] -> Encoding #
omitField :: NatGateway -> Bool #
showsPrec :: Int -> NatGateway -> ShowS #
show :: NatGateway -> String #
showList :: [NatGateway] -> ShowS #
(==) :: NatGateway -> NatGateway -> Bool #
(/=) :: NatGateway -> NatGateway -> Bool #
toResourceProperties :: NatGateway -> ResourceProperties #
Associated Types
set :: PropertyType "AllocationId" NatGateway -> NatGateway -> NatGateway #
set :: PropertyType "ConnectivityType" NatGateway -> NatGateway -> NatGateway #
set :: PropertyType "MaxDrainDurationSeconds" NatGateway -> NatGateway -> NatGateway #
set :: PropertyType "PrivateIpAddress" NatGateway -> NatGateway -> NatGateway #
set :: PropertyType "SecondaryAllocationIds" NatGateway -> NatGateway -> NatGateway #
set :: PropertyType "SecondaryPrivateIpAddressCount" NatGateway -> NatGateway -> NatGateway #
set :: PropertyType "SecondaryPrivateIpAddresses" NatGateway -> NatGateway -> NatGateway #
set :: PropertyType "SubnetId" NatGateway -> NatGateway -> NatGateway #
set :: PropertyType "Tags" NatGateway -> NatGateway -> NatGateway #
set :: PropertyType "VpcId" NatGateway -> NatGateway -> NatGateway #
mkNatGateway :: NatGateway Source #