Values.RedshiftConnectorProfileCredentialsSourceThe connector-specific profile credentials required when using Amazon Redshift.
type nonrec t = {username : String_.t option;The name of the user.
*)password : Password.t option;The password that corresponds to the user name.
*)}