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

Description

 
Synopsis

Documentation

data EnaSrdUdpSpecification Source #

ENA Express is compatible with both TCP and UDP transport protocols. When it’s enabled, TCP traffic automatically uses it. However, some UDP-based applications are designed to handle network packets that are out of order, without a need for retransmission, such as live video broadcasting or other near-real-time applications. For UDP traffic, you can specify whether to use ENA Express, based on your application environment needs.

See: newEnaSrdUdpSpecification smart constructor.

Constructors

EnaSrdUdpSpecification' 

Fields

  • enaSrdUdpEnabled :: Maybe Bool

    Indicates whether UDP traffic uses ENA Express. To specify this setting, you must first enable ENA Express.

Instances

Instances details
ToQuery EnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdUdpSpecification

Generic EnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdUdpSpecification

Associated Types

type Rep EnaSrdUdpSpecification :: Type -> Type #

Read EnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdUdpSpecification

Show EnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdUdpSpecification

NFData EnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdUdpSpecification

Methods

rnf :: EnaSrdUdpSpecification -> () #

Eq EnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdUdpSpecification

Hashable EnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdUdpSpecification

type Rep EnaSrdUdpSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.EnaSrdUdpSpecification

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

newEnaSrdUdpSpecification :: EnaSrdUdpSpecification Source #

Create a value of EnaSrdUdpSpecification 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:EnaSrdUdpSpecification', enaSrdUdpSpecification_enaSrdUdpEnabled - Indicates whether UDP traffic uses ENA Express. To specify this setting, you must first enable ENA Express.

enaSrdUdpSpecification_enaSrdUdpEnabled :: Lens' EnaSrdUdpSpecification (Maybe Bool) Source #

Indicates whether UDP traffic uses ENA Express. To specify this setting, you must first enable ENA Express.