Values_1.RelationalTableSourceA physical table type for relational data sources.
type nonrec t = {dataSourceArn : Values_0.Arn.t;The Amazon Resource Name (ARN) for the data source.
*)catalog : RelationalTableCatalog.t option;The catalog associated with a table.
*)schema : RelationalTableSchema.t option;The schema name. This name applies to certain relational database engines.
*)name : RelationalTableName.t;The name of the relational table.
*)inputColumns : InputColumnList.t;The column schema of the table.
*)}val make :
?catalog:??? ->
?schema:??? ->
dataSourceArn:Values_0.Arn.t ->
name:RelationalTableName.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 ])
list ]