Values.RedshiftMetadataSourceDescribes the DataSource details specific to Amazon Redshift.
type nonrec t = {redshiftDatabase : RedshiftDatabase.t option;databaseUserName : RedshiftDatabaseUsername.t option;selectSqlQuery : RedshiftSelectSqlQuery.t option;The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose is true in GetDataSourceInput.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of RedshiftDatabaseUsername.t
| `Structure of
(string * [> `String of RedshiftDatabaseName.t ]) list ])
list ]