Stratosphere.EC2.IPAMPool
module Stratosphere.EC2.IPAMPool.ProvisionedCidrProperty
module Stratosphere.EC2.IPAMPool.SourceResourceProperty
data IPAMPool Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-addressfamily
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-allocationdefaultnetmasklength
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-allocationmaxnetmasklength
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-allocationminnetmasklength
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-allocationresourcetags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-autoimport
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-awsservice
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-ipamscopeid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-locale
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-provisionedcidrs
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-publicipsource
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-publiclyadvertisable
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-sourceipampoolid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-sourceresource
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipampool.html#cfn-ec2-ipampool-tags
Defined in Stratosphere.EC2.IPAMPool
Methods
toJSON :: IPAMPool -> Value #
toEncoding :: IPAMPool -> Encoding #
toJSONList :: [IPAMPool] -> Value #
toEncodingList :: [IPAMPool] -> Encoding #
omitField :: IPAMPool -> Bool #
showsPrec :: Int -> IPAMPool -> ShowS #
show :: IPAMPool -> String #
showList :: [IPAMPool] -> ShowS #
(==) :: IPAMPool -> IPAMPool -> Bool #
(/=) :: IPAMPool -> IPAMPool -> Bool #
toResourceProperties :: IPAMPool -> ResourceProperties #
Associated Types
set :: PropertyType "AddressFamily" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "AllocationDefaultNetmaskLength" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "AllocationMaxNetmaskLength" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "AllocationMinNetmaskLength" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "AllocationResourceTags" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "AutoImport" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "AwsService" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "Description" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "IpamScopeId" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "Locale" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "ProvisionedCidrs" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "PublicIpSource" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "PubliclyAdvertisable" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "SourceIpamPoolId" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "SourceResource" IPAMPool -> IPAMPool -> IPAMPool #
set :: PropertyType "Tags" IPAMPool -> IPAMPool -> IPAMPool #
mkIPAMPool :: Value Text -> Value Text -> IPAMPool Source #