Values_1.PhysicalTableSourceA view of a data source that contains information about the shape of the data in the underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
type nonrec t = {relationalTable : RelationalTable.t option;A physical table type for relational data sources.
*)customSql : CustomSql.t option;A physical table type built from the results of the custom SQL query.
*)s3Source : S3Source.t option;A physical table type for as S3 data source.
*)saaSTable : SaaSTable.t option;A physical table type for Software-as-a-Service (SaaS) sources.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `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
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of PositiveInteger.t
| `String of Delimiter.t ])
list ])
list ])
list ]