| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.PrivateIpAddressSpecification
Documentation
data PrivateIpAddressSpecification Source
Full data type definition for PrivateIpAddressSpecification. See
privateIpAddressSpecification for a more convenient constructor.
Constructors
| PrivateIpAddressSpecification | |
privateIpAddressSpecification Source
Arguments
| :: Val Text | |
| -> Val Bool' | |
| -> PrivateIpAddressSpecification |
Constructor for PrivateIpAddressSpecification containing required
fields as arguments.
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.