| 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.NetworkManager.Types.ConnectAttachmentOptions
Description
Documentation
data ConnectAttachmentOptions Source #
Describes a core network Connect attachment options.
See: newConnectAttachmentOptions smart constructor.
Constructors
| ConnectAttachmentOptions' | |
Fields
| |
Instances
newConnectAttachmentOptions :: ConnectAttachmentOptions Source #
Create a value of ConnectAttachmentOptions 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:protocol:ConnectAttachmentOptions', connectAttachmentOptions_protocol - The protocol used for the attachment connection.
connectAttachmentOptions_protocol :: Lens' ConnectAttachmentOptions (Maybe TunnelProtocol) Source #
The protocol used for the attachment connection.