amazonka-networkmanager-2.0: Amazon Network Manager 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.NetworkManager.Types.ConnectAttachmentOptions

Description

 
Synopsis

Documentation

data ConnectAttachmentOptions Source #

Describes a core network Connect attachment options.

See: newConnectAttachmentOptions smart constructor.

Constructors

ConnectAttachmentOptions' 

Fields

Instances

Instances details
FromJSON ConnectAttachmentOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectAttachmentOptions

ToJSON ConnectAttachmentOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectAttachmentOptions

Generic ConnectAttachmentOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectAttachmentOptions

Associated Types

type Rep ConnectAttachmentOptions :: Type -> Type #

Read ConnectAttachmentOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectAttachmentOptions

Show ConnectAttachmentOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectAttachmentOptions

NFData ConnectAttachmentOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectAttachmentOptions

Eq ConnectAttachmentOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectAttachmentOptions

Hashable ConnectAttachmentOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectAttachmentOptions

type Rep ConnectAttachmentOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.ConnectAttachmentOptions

type Rep ConnectAttachmentOptions = D1 ('MetaData "ConnectAttachmentOptions" "Amazonka.NetworkManager.Types.ConnectAttachmentOptions" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "ConnectAttachmentOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TunnelProtocol))))

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.