Values.CreateOutboundConnectionRequestSourceContainer for the parameters to the CreateOutboundConnection operation.
type nonrec t = {localDomainInfo : DomainInformationContainer.t;Name and Region of the source (local) domain.
*)remoteDomainInfo : DomainInformationContainer.t;Name and Region of the destination (remote) domain.
*)connectionAlias : ConnectionAlias.t;Name of the connection.
*)connectionMode : ConnectionMode.t option;The connection mode.
*)connectionProperties : ConnectionProperties.t option;The ConnectionProperties for the outbound connection.
*)}val make :
?connectionMode:??? ->
?connectionProperties:??? ->
localDomainInfo:DomainInformationContainer.t ->
remoteDomainInfo:DomainInformationContainer.t ->
connectionAlias:ConnectionAlias.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ConnectionAlias.t
| `Structure of
(string
* [> `String of Endpoint.t
| `Structure of
(string * [> `Enum of string | `String of OwnerId.t ]) list ])
list ])
list ]