Values.ConnectionPropertiesSourceThe connection properties of an outbound connection.
type nonrec t = {endpoint : Endpoint.t option;The Endpoint attribute cannot be modified. The endpoint of the remote domain. Applicable for VPC_ENDPOINT connection mode.
*)crossClusterSearch : CrossClusterSearchConnectionProperties.t option;The connection properties for cross cluster search.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Endpoint.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]