Values.RedshiftServerlessStorageSourceThe details of the Amazon Redshift Serverless workgroup storage.
type nonrec t = {workgroupName : RedshiftServerlessStorageWorkgroupNameString.t;The name of the Amazon Redshift Serverless workgroup.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of RedshiftServerlessStorageWorkgroupNameString.t ])
list ]