Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data InboundConnection = InboundConnection' {}
- newInboundConnection :: InboundConnection
- inboundConnection_remoteDomainInfo :: Lens' InboundConnection (Maybe DomainInformationContainer)
- inboundConnection_localDomainInfo :: Lens' InboundConnection (Maybe DomainInformationContainer)
- inboundConnection_connectionId :: Lens' InboundConnection (Maybe Text)
- inboundConnection_connectionStatus :: Lens' InboundConnection (Maybe InboundConnectionStatus)
Documentation
data InboundConnection Source #
Details of an inbound connection.
See: newInboundConnection
smart constructor.
InboundConnection' | |
|
Instances
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.