Values.RedshiftClusterStorageSourceThe details of the Amazon Redshift cluster storage.
type nonrec t = {clusterName : RedshiftClusterStorageClusterNameString.t;The name of an Amazon Redshift cluster.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of RedshiftClusterStorageClusterNameString.t ])
list ]