Values.ExternalSourceConfigurationSourceThe configuration information of the external data source.
type nonrec t = {source : ExternalSource.t;The type of the external data source.
*)configuration : Configuration.t;The configuration information of the external data source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ])
list ]