Values_0.UpsertRedshiftTargetOptionsSourceThe options to configure an upsert operation when writing to a Redshift target .
type nonrec t = {tableLocation : EnclosedInStringProperty.t option;The physical location of the Redshift table.
*)connectionName : EnclosedInStringProperty.t option;The name of the connection to use to write to Redshift.
*)upsertKeys : EnclosedInStringPropertiesMinOne.t option;The keys used to determine whether to perform an update or insert.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of EnclosedInStringProperty.t ] list
| `String of EnclosedInStringProperty.t ])
list ]