Values.CreateOutboundCrossClusterSearchConnectionResponseSourceThe result of a CreateOutboundCrossClusterSearchConnection request. Contains the details of the newly created cross-cluster search connection.
type nonrec t = {sourceDomainInfo : DomainInformation.t option;Specifies the DomainInformation for the source Elasticsearch domain.
*)destinationDomainInfo : DomainInformation.t option;Specifies the DomainInformation for the destination Elasticsearch domain.
*)connectionAlias : ConnectionAlias.t option;Specifies the connection alias provided during the create connection request.
*)connectionStatus : OutboundCrossClusterSearchConnectionStatus.t option;Specifies the OutboundCrossClusterSearchConnectionStatus for the newly created connection.
*)crossClusterSearchConnectionId : CrossClusterSearchConnectionId.t option;Unique id for the created outbound connection, which is used for subsequent operations on connection.
*)}type nonrec error = [ | `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `LimitExceededException of LimitExceededException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ConnectionAlias.t
| `Structure of
(string * [> `Enum of string | `String of OwnerId.t ]) list ])
list ]