Values_1.S3SourceSourceA physical table type for an S3 data source.
type nonrec t = {dataSourceArn : Values_0.Arn.t;The Amazon Resource Name (ARN) for the data source.
*)uploadSettings : UploadSettings.t option;Information about the format for the S3 source file or files.
*)inputColumns : InputColumnList.t;A physical table type for an S3 data source. For files that aren't JSON, only STRING data types are supported in input columns.
*)}val make :
?uploadSettings:??? ->
dataSourceArn:Values_0.Arn.t ->
inputColumns:InputColumnList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.ColumnName.t ])
list ]
list
| `String of Values_0.Arn.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of PositiveInteger.t
| `String of Delimiter.t ])
list ])
list ]