Module Values.RedshiftDatabaseCredentialsSource

Describes the database credentials for connecting to a database on an Amazon Redshift cluster.

Sourcetype nonrec t = {
  1. username : RedshiftDatabaseUsername.t;
  2. password : RedshiftDatabasePassword.t;
}
Sourceval context_ : string
Sourceval make : username:RedshiftDatabaseUsername.t -> password:RedshiftDatabasePassword.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RedshiftDatabaseUsername.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t