Values.DatabaseTableOutputOptionsSourceRepresents options that specify how and where DataBrew writes the database output generated by recipe jobs.
type nonrec t = {tempDirectory : S3Location.t option;Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
*)tableName : DatabaseTableName.t;A prefix for the name of a table DataBrew will create in the database.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DatabaseTableName.t
| `Structure of (string * [> `String of Bucket.t ]) list ])
list ]