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

Description

 
Synopsis

Documentation

data OutboundConnection Source #

Specifies details about an outbound connection.

See: newOutboundConnection smart constructor.

Constructors

OutboundConnection' 

Fields

Instances

Instances details
Eq OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Read OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

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

NFData OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

Methods

rnf :: OutboundConnection -> () #

Hashable OutboundConnection Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.OutboundConnection

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

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:remoteDomainInfo:OutboundConnection', outboundConnection_remoteDomainInfo - The DomainInformation for the remote OpenSearch domain.

$sel:connectionAlias:OutboundConnection', outboundConnection_connectionAlias - The connection alias for the outbound cross-cluster connection.

$sel:localDomainInfo:OutboundConnection', outboundConnection_localDomainInfo - The DomainInformation for the local OpenSearch domain.

$sel:connectionId:OutboundConnection', outboundConnection_connectionId - The connection ID for the outbound cross-cluster connection.

$sel:connectionStatus:OutboundConnection', outboundConnection_connectionStatus - The OutboundConnectionStatus for the outbound connection.

outboundConnection_remoteDomainInfo :: Lens' OutboundConnection (Maybe DomainInformationContainer) Source #

The DomainInformation for the remote OpenSearch domain.

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

The connection alias for the outbound cross-cluster connection.

outboundConnection_localDomainInfo :: Lens' OutboundConnection (Maybe DomainInformationContainer) Source #

The DomainInformation for the local OpenSearch domain.

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

The connection ID for the outbound cross-cluster connection.

outboundConnection_connectionStatus :: Lens' OutboundConnection (Maybe OutboundConnectionStatus) Source #

The OutboundConnectionStatus for the outbound connection.