Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ScheduledInstancesPrivateIpAddressConfig = ScheduledInstancesPrivateIpAddressConfig' {}
- newScheduledInstancesPrivateIpAddressConfig :: ScheduledInstancesPrivateIpAddressConfig
- scheduledInstancesPrivateIpAddressConfig_primary :: Lens' ScheduledInstancesPrivateIpAddressConfig (Maybe Bool)
- scheduledInstancesPrivateIpAddressConfig_privateIpAddress :: Lens' ScheduledInstancesPrivateIpAddressConfig (Maybe Text)
Documentation
data ScheduledInstancesPrivateIpAddressConfig Source #
Describes a private IPv4 address for a Scheduled Instance.
See: newScheduledInstancesPrivateIpAddressConfig
smart constructor.
Instances
newScheduledInstancesPrivateIpAddressConfig :: ScheduledInstancesPrivateIpAddressConfig Source #
Create a value of ScheduledInstancesPrivateIpAddressConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:primary:ScheduledInstancesPrivateIpAddressConfig'
, scheduledInstancesPrivateIpAddressConfig_primary
- Indicates whether this is a primary IPv4 address. Otherwise, this is a
secondary IPv4 address.
$sel:privateIpAddress:ScheduledInstancesPrivateIpAddressConfig'
, scheduledInstancesPrivateIpAddressConfig_privateIpAddress
- The IPv4 address.
scheduledInstancesPrivateIpAddressConfig_primary :: Lens' ScheduledInstancesPrivateIpAddressConfig (Maybe Bool) Source #
Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.