stratosphere-0.2.2: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.PrivateIpAddressSpecification

Synopsis

Documentation

data PrivateIpAddressSpecification Source #

Full data type definition for PrivateIpAddressSpecification. See privateIpAddressSpecification for a more convenient constructor.

Instances

Show PrivateIpAddressSpecification Source # 
Generic PrivateIpAddressSpecification Source # 
ToJSON PrivateIpAddressSpecification Source # 
FromJSON PrivateIpAddressSpecification Source # 
type Rep PrivateIpAddressSpecification Source # 
type Rep PrivateIpAddressSpecification = D1 (MetaData "PrivateIpAddressSpecification" "Stratosphere.ResourceProperties.PrivateIpAddressSpecification" "stratosphere-0.2.2-Fnop5S0NvsvBmp7LUeJWuv" False) (C1 (MetaCons "PrivateIpAddressSpecification" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_privateIpAddressSpecificationPrivateIpAddress") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text))) (S1 (MetaSel (Just Symbol "_privateIpAddressSpecificationPrimary") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Bool')))))

piasPrivateIpAddress :: Lens' PrivateIpAddressSpecification (Val Text) Source #

The private IP address of the network interface.

piasPrimary :: Lens' PrivateIpAddressSpecification (Val Bool') Source #

Sets the private IP address as the primary private address. You can set only one primary private IP address. If you don't specify a primary private IP address, Amazon EC2 automatically assigns a primary private IP address.