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.InboundConnection

Description

 
Synopsis

Documentation

data InboundConnection Source #

Describes an inbound cross-cluster connection for Amazon OpenSearch Service. For more information, see Cross-cluster search for Amazon OpenSearch Service.

See: newInboundConnection smart constructor.

Constructors

InboundConnection' 

Fields

Instances

Instances details
FromJSON InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Generic InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Associated Types

type Rep InboundConnection :: Type -> Type #

Read InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Show InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

NFData InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Methods

rnf :: InboundConnection -> () #

Eq InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Hashable InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

type Rep InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

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

newInboundConnection :: InboundConnection Source #

Create a value of InboundConnection 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:connectionId:InboundConnection', inboundConnection_connectionId - The unique identifier of the connection.

$sel:connectionStatus:InboundConnection', inboundConnection_connectionStatus - The current status of the connection.

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

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

inboundConnection_connectionId :: Lens' InboundConnection (Maybe Text) Source #

The unique identifier of the connection.