Values.RedshiftStoragePropertiesSourceThe Amazon Redshift storage properties.
type nonrec t = {clusterName : RedshiftStoragePropertiesClusterNameString.t option;The cluster name in the Amazon Redshift storage properties.
*)workgroupName : RedshiftStoragePropertiesWorkgroupNameString.t option;The workgroup name in the Amazon Redshift storage properties.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of RedshiftStoragePropertiesClusterNameString.t ])
list ]