Values_1.LogicalTableSourceSourceInformation about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
type nonrec t = {joinInstruction : JoinInstruction.t option;Specifies the result of a join of two logical tables.
*)physicalTableId : PhysicalTableId.t option;Physical table ID.
*)dataSetArn : Values_0.Arn.t option;The Amazon Resource Number (ARN) of the parent dataset.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of PhysicalTableId.t
| `Structure of
(string
* [> `Enum of string
| `String of LogicalTableId.t
| `Structure of
(string * [> `Boolean of Values_0.Boolean.t ]) list ])
list ])
list ]