Values.InboundConnectionSourceDescribes an inbound cross-cluster connection for Amazon OpenSearch Service. For more information, see Cross-cluster search for Amazon OpenSearch Service.
type nonrec t = {localDomainInfo : DomainInformationContainer.t option;Information about the source (local) domain.
*)remoteDomainInfo : DomainInformationContainer.t option;Information about the destination (remote) domain.
*)connectionId : ConnectionId.t option;The unique identifier of the connection.
*)connectionStatus : InboundConnectionStatus.t option;The current status of the connection.
*)connectionMode : ConnectionMode.t option;The connection mode.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ConnectionId.t
| `Structure of
(string
* [> `Enum of string
| `String of ConnectionStatusMessage.t
| `Structure of (string * [> `String of OwnerId.t ]) list ])
list ])
list ]