Values.DataSourceConfigurationSourceDefines configuration details about the data source.
type nonrec t = {dataSourceS3Configuration : DataSourceS3Configuration.t;Configuration of an S3 location for a file which contains data to load.
*)csvConfiguration : CsvConfiguration.t option;dataFormat : BatchLoadDataFormat.t;This is currently CSV.
*)}val make :
?csvConfiguration:??? ->
dataSourceS3Configuration:DataSourceS3Configuration.t ->
dataFormat:BatchLoadDataFormat.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Boolean of Boolean.t | `String of S3BucketName.t ])
list ])
list ]