| 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 |
Amazonka.OpenSearch.Types.OutboundConnection
Description
Synopsis
- data OutboundConnection = OutboundConnection' {}
- newOutboundConnection :: OutboundConnection
- outboundConnection_remoteDomainInfo :: Lens' OutboundConnection (Maybe DomainInformationContainer)
- outboundConnection_connectionAlias :: Lens' OutboundConnection (Maybe Text)
- outboundConnection_localDomainInfo :: Lens' OutboundConnection (Maybe DomainInformationContainer)
- outboundConnection_connectionId :: Lens' OutboundConnection (Maybe Text)
- outboundConnection_connectionStatus :: Lens' OutboundConnection (Maybe OutboundConnectionStatus)
Documentation
data OutboundConnection Source #
Specifies details about an outbound connection.
See: newOutboundConnection smart constructor.
Constructors
| OutboundConnection' | |
Fields
| |
Instances
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.