amazonka-opensearch-2.0: Amazon OpenSearch Service 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.OpenSearch.Types.OutboundConnection

Description

 
Synopsis

Documentation

data OutboundConnection Source #

Specifies details about an outbound cross-cluster connection.

See: newOutboundConnection smart constructor.

Constructors

OutboundConnection' 

Fields

Instances

Instances details
FromJSON OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Generic OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Associated Types

type Rep OutboundConnection :: Type -> Type #

Read OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Show OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

NFData OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Methods

rnf :: OutboundConnection -> () #

Eq OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Hashable OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

type Rep OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

type Rep OutboundConnection = D1 ('MetaData "OutboundConnection" "Amazonka.OpenSearch.Types.OutboundConnection" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "OutboundConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "connectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutboundConnectionStatus)) :*: (S1 ('MetaSel ('Just "localDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformationContainer)) :*: S1 ('MetaSel ('Just "remoteDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformationContainer))))))

newOutboundConnection :: OutboundConnection Source #

Create a value of OutboundConnection 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:connectionAlias:OutboundConnection', outboundConnection_connectionAlias - Name of the connection.

$sel:connectionId:OutboundConnection', outboundConnection_connectionId - Unique identifier of the connection.

$sel:connectionStatus:OutboundConnection', outboundConnection_connectionStatus - Status of the connection.

$sel:localDomainInfo:OutboundConnection', outboundConnection_localDomainInfo - Information about the source (local) domain.

$sel:remoteDomainInfo:OutboundConnection', outboundConnection_remoteDomainInfo - Information about the destination (remote) domain.

outboundConnection_connectionId :: Lens' OutboundConnection (Maybe Text) Source #

Unique identifier of the connection.