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

Description

 
Synopsis

Documentation

data AttachmentEnaSrdSpecification Source #

Describes the ENA Express configuration for the network interface that's attached to the instance.

See: newAttachmentEnaSrdSpecification smart constructor.

Constructors

AttachmentEnaSrdSpecification' 

Fields

Instances

Instances details
FromXML AttachmentEnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdSpecification

Generic AttachmentEnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdSpecification

Associated Types

type Rep AttachmentEnaSrdSpecification :: Type -> Type #

Read AttachmentEnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdSpecification

Show AttachmentEnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdSpecification

NFData AttachmentEnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdSpecification

Eq AttachmentEnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdSpecification

Hashable AttachmentEnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdSpecification

type Rep AttachmentEnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdSpecification

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

newAttachmentEnaSrdSpecification :: AttachmentEnaSrdSpecification Source #

Create a value of AttachmentEnaSrdSpecification 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:enaSrdEnabled:AttachmentEnaSrdSpecification', attachmentEnaSrdSpecification_enaSrdEnabled - Indicates whether ENA Express is enabled for the network interface that's attached to the instance.

$sel:enaSrdUdpSpecification:AttachmentEnaSrdSpecification', attachmentEnaSrdSpecification_enaSrdUdpSpecification - ENA Express configuration for UDP network traffic.

attachmentEnaSrdSpecification_enaSrdEnabled :: Lens' AttachmentEnaSrdSpecification (Maybe Bool) Source #

Indicates whether ENA Express is enabled for the network interface that's attached to the instance.