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

Description

 
Synopsis

Documentation

data InstanceNetworkInterfaceAttachment Source #

Describes a network interface attachment.

See: newInstanceNetworkInterfaceAttachment smart constructor.

Constructors

InstanceNetworkInterfaceAttachment' 

Fields

Instances

Instances details
FromXML InstanceNetworkInterfaceAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAttachment

Generic InstanceNetworkInterfaceAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAttachment

Associated Types

type Rep InstanceNetworkInterfaceAttachment :: Type -> Type #

Read InstanceNetworkInterfaceAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAttachment

Show InstanceNetworkInterfaceAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAttachment

NFData InstanceNetworkInterfaceAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAttachment

Eq InstanceNetworkInterfaceAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAttachment

Hashable InstanceNetworkInterfaceAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAttachment

type Rep InstanceNetworkInterfaceAttachment Source # 
Instance details

Defined in Amazonka.EC2.Types.InstanceNetworkInterfaceAttachment

type Rep InstanceNetworkInterfaceAttachment = D1 ('MetaData "InstanceNetworkInterfaceAttachment" "Amazonka.EC2.Types.InstanceNetworkInterfaceAttachment" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "InstanceNetworkInterfaceAttachment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attachTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "attachmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deleteOnTermination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "deviceIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "networkCardIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttachmentStatus))))))

newInstanceNetworkInterfaceAttachment :: InstanceNetworkInterfaceAttachment Source #

Create a value of InstanceNetworkInterfaceAttachment 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:attachTime:InstanceNetworkInterfaceAttachment', instanceNetworkInterfaceAttachment_attachTime - The time stamp when the attachment initiated.

$sel:attachmentId:InstanceNetworkInterfaceAttachment', instanceNetworkInterfaceAttachment_attachmentId - The ID of the network interface attachment.

$sel:deleteOnTermination:InstanceNetworkInterfaceAttachment', instanceNetworkInterfaceAttachment_deleteOnTermination - Indicates whether the network interface is deleted when the instance is terminated.

$sel:deviceIndex:InstanceNetworkInterfaceAttachment', instanceNetworkInterfaceAttachment_deviceIndex - The index of the device on the instance for the network interface attachment.

$sel:networkCardIndex:InstanceNetworkInterfaceAttachment', instanceNetworkInterfaceAttachment_networkCardIndex - The index of the network card.

$sel:status:InstanceNetworkInterfaceAttachment', instanceNetworkInterfaceAttachment_status - The attachment state.

instanceNetworkInterfaceAttachment_deleteOnTermination :: Lens' InstanceNetworkInterfaceAttachment (Maybe Bool) Source #

Indicates whether the network interface is deleted when the instance is terminated.

instanceNetworkInterfaceAttachment_deviceIndex :: Lens' InstanceNetworkInterfaceAttachment (Maybe Int) Source #

The index of the device on the instance for the network interface attachment.