| 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.AttachmentEnaSrdSpecification
Description
Synopsis
- data AttachmentEnaSrdSpecification = AttachmentEnaSrdSpecification' {}
- newAttachmentEnaSrdSpecification :: AttachmentEnaSrdSpecification
- attachmentEnaSrdSpecification_enaSrdEnabled :: Lens' AttachmentEnaSrdSpecification (Maybe Bool)
- attachmentEnaSrdSpecification_enaSrdUdpSpecification :: Lens' AttachmentEnaSrdSpecification (Maybe AttachmentEnaSrdUdpSpecification)
Documentation
data AttachmentEnaSrdSpecification Source #
Describes the ENA Express configuration for the network interface that's attached to the instance.
See: newAttachmentEnaSrdSpecification smart constructor.
Constructors
| AttachmentEnaSrdSpecification' | |
Fields
| |
Instances
newAttachmentEnaSrdSpecification :: AttachmentEnaSrdSpecification Source #
Create a value of AttachmentEnaSrdSpecification 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:AttachmentEnaSrdSpecification', attachmentEnaSrdSpecification_enaSrdEnabled - Indicates whether ENA Express is enabled for the network interface
that's attached to the instance.
$sel:enaSrdUdpSpecification:AttachmentEnaSrdSpecification', attachmentEnaSrdSpecification_enaSrdUdpSpecification - ENA Express configuration for UDP network traffic.
attachmentEnaSrdSpecification_enaSrdEnabled :: Lens' AttachmentEnaSrdSpecification (Maybe Bool) Source #
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
attachmentEnaSrdSpecification_enaSrdUdpSpecification :: Lens' AttachmentEnaSrdSpecification (Maybe AttachmentEnaSrdUdpSpecification) Source #
ENA Express configuration for UDP network traffic.