Values_1.SourceTableConfigSourceProperties used by the source leg to process data from the source.
type nonrec t = {fields : SourceTableFieldsList.t option;A list of fields used for column-level filtering. Currently unsupported.
*)filterPredicate : String128.t option;A condition clause used for row-level filtering. Currently unsupported.
*)primaryKey : PrimaryKeyList.t option;Provide the primary key set for this table. Currently supported specifically for SAP EntityOf entities upon request. Contact Amazon Web Services Support to make this feature available.
*)recordUpdateField : String128.t option;Incremental pull timestamp-based field. Currently unsupported.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String128.t ] list
| `String of String128.t ])
list ]