| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.OpenSearch.Types.OutboundConnection
Description
Synopsis
- data OutboundConnection = OutboundConnection' {}
- newOutboundConnection :: OutboundConnection
- outboundConnection_connectionAlias :: Lens' OutboundConnection (Maybe Text)
- outboundConnection_connectionId :: Lens' OutboundConnection (Maybe Text)
- outboundConnection_connectionStatus :: Lens' OutboundConnection (Maybe OutboundConnectionStatus)
- outboundConnection_localDomainInfo :: Lens' OutboundConnection (Maybe DomainInformationContainer)
- outboundConnection_remoteDomainInfo :: Lens' OutboundConnection (Maybe DomainInformationContainer)
Documentation
data OutboundConnection Source #
Specifies details about an outbound cross-cluster 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:connectionAlias:OutboundConnection', outboundConnection_connectionAlias - Name of the connection.
$sel:connectionId:OutboundConnection', outboundConnection_connectionId - Unique identifier of the connection.
$sel:connectionStatus:OutboundConnection', outboundConnection_connectionStatus - Status of the connection.
$sel:localDomainInfo:OutboundConnection', outboundConnection_localDomainInfo - Information about the source (local) domain.
$sel:remoteDomainInfo:OutboundConnection', outboundConnection_remoteDomainInfo - Information about the destination (remote) domain.
outboundConnection_connectionAlias :: Lens' OutboundConnection (Maybe Text) Source #
Name of the connection.
outboundConnection_connectionId :: Lens' OutboundConnection (Maybe Text) Source #
Unique identifier of the connection.
outboundConnection_connectionStatus :: Lens' OutboundConnection (Maybe OutboundConnectionStatus) Source #
Status of the connection.
outboundConnection_localDomainInfo :: Lens' OutboundConnection (Maybe DomainInformationContainer) Source #
Information about the source (local) domain.
outboundConnection_remoteDomainInfo :: Lens' OutboundConnection (Maybe DomainInformationContainer) Source #
Information about the destination (remote) domain.