Values_0.DirectJDBCSourceSourceSpecifies the direct JDBC source connection.
type nonrec t = {name : NodeName.t;The name of the JDBC source connection.
*)database : EnclosedInStringProperty.t;The database of the JDBC source connection.
*)table : EnclosedInStringProperty.t;The table of the JDBC source connection.
*)connectionName : EnclosedInStringProperty.t;The connection name of the JDBC source.
*)connectionType : JDBCConnectionType.t;The connection type of the JDBC source.
*)redshiftTmpDir : EnclosedInStringProperty.t option;The temp directory of the JDBC Redshift source.
*)outputSchemas : GlueSchemas.t option;Specifies the data schema for the direct JDBC source.
*)}val make :
?redshiftTmpDir:??? ->
?outputSchemas:??? ->
name:NodeName.t ->
database:EnclosedInStringProperty.t ->
table:EnclosedInStringProperty.t ->
connectionName:EnclosedInStringProperty.t ->
connectionType:JDBCConnectionType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of GlueStudioColumnNameString.t ])
list ]
list ])
list ]
list
| `String of NodeName.t ])
list ]