Values_0.AmazonRedshiftTargetSourceSpecifies an Amazon Redshift target.
type nonrec t = {name : NodeName.t option;The name of the Amazon Redshift target.
*)data : AmazonRedshiftNodeData.t option;Specifies the data of the Amazon Redshift target node.
*)inputs : OneInput.t option;The nodes that are inputs to the data target.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NodeId.t ] list
| `String of NodeName.t
| `Structure of
(string
* [> `Boolean of BooleanValue.t
| `List of
[> `Structure of
(string * [> `String of GenericString.t ]) list ]
list
| `String of GenericLimitedString.t
| `Structure of
(string * [> `String of EnclosedInStringProperty.t ]) list ])
list ])
list ]