Values_1.CustomSqlSourceA physical table type built from the results of the custom SQL query.
type nonrec t = {dataSourceArn : Values_0.Arn.t;The Amazon Resource Name (ARN) of the data source.
*)name : CustomSqlName.t;A display name for the SQL query result.
*)sqlQuery : SqlQuery.t;The SQL query.
*)columns : InputColumnList.t option;The column schema from the SQL query result set.
*)}val make :
?columns:??? ->
dataSourceArn:Values_0.Arn.t ->
name:CustomSqlName.t ->
sqlQuery:SqlQuery.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 ]