Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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.
EnaSrdUdpSpecification' | |
|
Instances
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.