amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.ScheduledInstancesPrivateIpAddressConfig

Description

 
Synopsis

Documentation

data ScheduledInstancesPrivateIpAddressConfig Source #

Describes a private IPv4 address for a Scheduled Instance.

See: newScheduledInstancesPrivateIpAddressConfig smart constructor.

Constructors

ScheduledInstancesPrivateIpAddressConfig' 

Fields

Instances

Instances details
ToQuery ScheduledInstancesPrivateIpAddressConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesPrivateIpAddressConfig

Generic ScheduledInstancesPrivateIpAddressConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesPrivateIpAddressConfig

Read ScheduledInstancesPrivateIpAddressConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesPrivateIpAddressConfig

Show ScheduledInstancesPrivateIpAddressConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesPrivateIpAddressConfig

NFData ScheduledInstancesPrivateIpAddressConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesPrivateIpAddressConfig

Eq ScheduledInstancesPrivateIpAddressConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesPrivateIpAddressConfig

Hashable ScheduledInstancesPrivateIpAddressConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesPrivateIpAddressConfig

type Rep ScheduledInstancesPrivateIpAddressConfig Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesPrivateIpAddressConfig

type Rep ScheduledInstancesPrivateIpAddressConfig = D1 ('MetaData "ScheduledInstancesPrivateIpAddressConfig" "Amazonka.EC2.Types.ScheduledInstancesPrivateIpAddressConfig" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ScheduledInstancesPrivateIpAddressConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "primary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "privateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.