Values.RedshiftStorageSourceThe details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
type nonrec t = {redshiftClusterSource : RedshiftClusterStorage.t option;The details of the Amazon Redshift cluster source.
*)redshiftServerlessSource : RedshiftServerlessStorage.t option;The details of the Amazon Redshift Serverless workgroup source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of RedshiftClusterStorageClusterNameString.t ])
list ])
list ]