libZSservicesZSamazonka-opensearchZSamazonka-opensearch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.OpenSearch.Types.InboundConnection

Description

 
Synopsis

Documentation

data InboundConnection Source #

Details of an inbound connection.

See: newInboundConnection smart constructor.

Constructors

InboundConnection' 

Fields

Instances

Instances details
Eq InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Read InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Show 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 #

NFData InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

Methods

rnf :: InboundConnection -> () #

Hashable InboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.InboundConnection

FromJSON 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" "libZSservicesZSamazonka-opensearchZSamazonka-opensearch" 'False) (C1 ('MetaCons "InboundConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "remoteDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformationContainer)) :*: S1 ('MetaSel ('Just "localDomainInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainInformationContainer))) :*: (S1 ('MetaSel ('Just "connectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboundConnectionStatus)))))

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:remoteDomainInfo:InboundConnection', inboundConnection_remoteDomainInfo - The AWSDomainInformation for the remote OpenSearch domain.

$sel:localDomainInfo:InboundConnection', inboundConnection_localDomainInfo - The AWSDomainInformation for the local OpenSearch domain.

$sel:connectionId:InboundConnection', inboundConnection_connectionId - The connection ID for the inbound cross-cluster connection.

$sel:connectionStatus:InboundConnection', inboundConnection_connectionStatus - The InboundConnectionStatus for the outbound connection.

inboundConnection_remoteDomainInfo :: Lens' InboundConnection (Maybe DomainInformationContainer) Source #

The AWSDomainInformation for the remote OpenSearch domain.

inboundConnection_localDomainInfo :: Lens' InboundConnection (Maybe DomainInformationContainer) Source #

The AWSDomainInformation for the local OpenSearch domain.

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

The connection ID for the inbound cross-cluster connection.

inboundConnection_connectionStatus :: Lens' InboundConnection (Maybe InboundConnectionStatus) Source #

The InboundConnectionStatus for the outbound connection.