| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.EC2InstancePrivateIpAddressSpecification
Synopsis
- data EC2InstancePrivateIpAddressSpecification = EC2InstancePrivateIpAddressSpecification {}
- ec2InstancePrivateIpAddressSpecification :: Val Bool -> Val Text -> EC2InstancePrivateIpAddressSpecification
- ecipiasPrimary :: Lens' EC2InstancePrivateIpAddressSpecification (Val Bool)
- ecipiasPrivateIpAddress :: Lens' EC2InstancePrivateIpAddressSpecification (Val Text)
Documentation
data EC2InstancePrivateIpAddressSpecification #
Full data type definition for EC2InstancePrivateIpAddressSpecification.
See ec2InstancePrivateIpAddressSpecification for a more convenient
constructor.
Constructors
| EC2InstancePrivateIpAddressSpecification | |
ec2InstancePrivateIpAddressSpecification #
Arguments
| :: Val Bool | |
| -> Val Text | |
| -> EC2InstancePrivateIpAddressSpecification |
Constructor for EC2InstancePrivateIpAddressSpecification containing
required fields as arguments.