Values_1.SaaSTableSourceA table from a Software-as-a-Service (SaaS) data source, including connection details and column definitions.
type nonrec t = {dataSourceArn : Values_0.Arn.t;The Amazon Resource Name (ARN) of the SaaS data source.
*)tablePath : TablePathElementList.t;The hierarchical path to the table within the SaaS data source.
*)inputColumns : InputColumnList.t;The list of input columns available from the SaaS table.
*)}val make :
dataSourceArn:Values_0.Arn.t ->
tablePath:TablePathElementList.t ->
inputColumns:InputColumnList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of TablePathElementName.t ])
list ]
list
| `String of Values_0.Arn.t ])
list ]