Values.DatabaseInputDefinitionSourceConnection information for dataset input files stored in a database.
type nonrec t = {glueConnectionName : GlueConnectionName.t;The Glue Connection that stores the connection information for the target database.
*)databaseTableName : DatabaseTableName.t option;The table within the target database.
*)tempDirectory : S3Location.t option;queryString : QueryString.t option;Custom SQL to run against the provided Glue connection. This SQL will be used as the input for DataBrew projects and jobs.
*)}val make :
?databaseTableName:??? ->
?tempDirectory:??? ->
?queryString:??? ->
glueConnectionName:GlueConnectionName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of GlueConnectionName.t
| `Structure of (string * [> `String of Bucket.t ]) list ])
list ]