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

Description

 
Synopsis

Documentation

data AttachmentEnaSrdUdpSpecification Source #

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

See: newAttachmentEnaSrdUdpSpecification smart constructor.

Constructors

AttachmentEnaSrdUdpSpecification' 

Fields

  • enaSrdUdpEnabled :: Maybe Bool

    Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.

Instances

Instances details
FromXML AttachmentEnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdUdpSpecification

Generic AttachmentEnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdUdpSpecification

Associated Types

type Rep AttachmentEnaSrdUdpSpecification :: Type -> Type #

Read AttachmentEnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdUdpSpecification

Show AttachmentEnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdUdpSpecification

NFData AttachmentEnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdUdpSpecification

Eq AttachmentEnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdUdpSpecification

Hashable AttachmentEnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdUdpSpecification

type Rep AttachmentEnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.AttachmentEnaSrdUdpSpecification

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

newAttachmentEnaSrdUdpSpecification :: AttachmentEnaSrdUdpSpecification Source #

Create a value of AttachmentEnaSrdUdpSpecification 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:enaSrdUdpEnabled:AttachmentEnaSrdUdpSpecification', attachmentEnaSrdUdpSpecification_enaSrdUdpEnabled - Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.

attachmentEnaSrdUdpSpecification_enaSrdUdpEnabled :: Lens' AttachmentEnaSrdUdpSpecification (Maybe Bool) Source #

Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.