Module Values.RedshiftMetadataSource

Describes the DataSource details specific to Amazon Redshift.

Sourcetype nonrec t = {
  1. redshiftDatabase : RedshiftDatabase.t option;
  2. databaseUserName : RedshiftDatabaseUsername.t option;
  3. selectSqlQuery : RedshiftSelectSqlQuery.t option;
    (*

    The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose is true in GetDataSourceInput.

    *)
}
Sourceval make : ?redshiftDatabase:??? -> ?databaseUserName:??? -> ?selectSqlQuery:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RedshiftDatabaseUsername.t | `Structure of (string * [> `String of RedshiftDatabaseName.t ]) list ]) 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