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 |
Amazonka.EC2.Types.AttachmentEnaSrdUdpSpecification
Description
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
|
Instances
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.