Values.RedshiftDatabaseCredentialsSourceDescribes the database credentials for connecting to a database on an Amazon Redshift cluster.
type nonrec t = {username : RedshiftDatabaseUsername.t;password : RedshiftDatabasePassword.t;}val make :
username:RedshiftDatabaseUsername.t ->
password:RedshiftDatabasePassword.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of RedshiftDatabaseUsername.t ]) list ]