Values_1.TargetTableConfigSourceProperties used by the target leg to partition the data on the target.
type nonrec t = {unnestSpec : UnnestSpec.t option;Specifies how nested objects are flattened to top-level elements. Valid values are: "TOPLEVEL", "FULL", or "NOUNNEST".
*)partitionSpec : IntegrationPartitionSpecList.t option;Determines the file layout on the target.
*)targetTableName : String128.t option;The optional name of a target table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String128.t ]) list ] list
| `String of String128.t ])
list ]