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.InstanceNetworkInterfaceAssociation

Description

 
Synopsis

Documentation

data InstanceNetworkInterfaceAssociation Source #

Describes association information for an Elastic IP address (IPv4).

See: newInstanceNetworkInterfaceAssociation smart constructor.

Constructors

InstanceNetworkInterfaceAssociation' 

Fields

Instances

Instances details
FromXML InstanceNetworkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAssociation

Generic InstanceNetworkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAssociation

Read InstanceNetworkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAssociation

Show InstanceNetworkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAssociation

NFData InstanceNetworkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAssociation

Eq InstanceNetworkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAssociation

Hashable InstanceNetworkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAssociation

type Rep InstanceNetworkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAssociation

type Rep InstanceNetworkInterfaceAssociation = D1 ('MetaData "InstanceNetworkInterfaceAssociation" "Amazonka.EC2.Types.InstanceNetworkInterfaceAssociation" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "InstanceNetworkInterfaceAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "carrierIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerOwnedIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ipOwnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "publicDnsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publicIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newInstanceNetworkInterfaceAssociation :: InstanceNetworkInterfaceAssociation Source #

Create a value of InstanceNetworkInterfaceAssociation 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:carrierIp:InstanceNetworkInterfaceAssociation', instanceNetworkInterfaceAssociation_carrierIp - The carrier IP address associated with the network interface.

$sel:customerOwnedIp:InstanceNetworkInterfaceAssociation', instanceNetworkInterfaceAssociation_customerOwnedIp - The customer-owned IP address associated with the network interface.

$sel:ipOwnerId:InstanceNetworkInterfaceAssociation', instanceNetworkInterfaceAssociation_ipOwnerId - The ID of the owner of the Elastic IP address.

$sel:publicDnsName:InstanceNetworkInterfaceAssociation', instanceNetworkInterfaceAssociation_publicDnsName - The public DNS name.

$sel:publicIp:InstanceNetworkInterfaceAssociation', instanceNetworkInterfaceAssociation_publicIp - The public IP address or Elastic IP address bound to the network interface.

instanceNetworkInterfaceAssociation_carrierIp :: Lens' InstanceNetworkInterfaceAssociation (Maybe Text) Source #

The carrier IP address associated with the network interface.

instanceNetworkInterfaceAssociation_customerOwnedIp :: Lens' InstanceNetworkInterfaceAssociation (Maybe Text) Source #

The customer-owned IP address associated with the network interface.

instanceNetworkInterfaceAssociation_publicIp :: Lens' InstanceNetworkInterfaceAssociation (Maybe Text) Source #

The public IP address or Elastic IP address bound to the network interface.