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

Description

 
Synopsis

Documentation

data EnaSrdSpecification Source #

ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances. With ENA Express, you can communicate between two EC2 instances in the same subnet within the same account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.

To improve the reliability of network packet delivery, ENA Express reorders network packets on the receiving end by default. However, some UDP-based applications are designed to handle network packets that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express is enabled, you can specify whether UDP network traffic uses it.

See: newEnaSrdSpecification smart constructor.

Constructors

EnaSrdSpecification' 

Fields

Instances

Instances details
ToQuery EnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdSpecification

Generic EnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdSpecification

Associated Types

type Rep EnaSrdSpecification :: Type -> Type #

Read EnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdSpecification

Show EnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdSpecification

NFData EnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdSpecification

Methods

rnf :: EnaSrdSpecification -> () #

Eq EnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdSpecification

Hashable EnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdSpecification

type Rep EnaSrdSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdSpecification

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

newEnaSrdSpecification :: EnaSrdSpecification Source #

Create a value of EnaSrdSpecification 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:EnaSrdSpecification', enaSrdSpecification_enaSrdEnabled - Indicates whether ENA Express is enabled for the network interface.

$sel:enaSrdUdpSpecification:EnaSrdSpecification', enaSrdSpecification_enaSrdUdpSpecification - Configures ENA Express for UDP network traffic.

enaSrdSpecification_enaSrdEnabled :: Lens' EnaSrdSpecification (Maybe Bool) Source #

Indicates whether ENA Express is enabled for the network interface.