Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RedshiftMetadata

import type { RedshiftMetadata } from "https://aws-api.deno.dev/v0.4/services/machinelearning.ts?docs=full";

Describes the DataSource details specific to Amazon Redshift.

interface RedshiftMetadata {
DatabaseUserName?: string | null;
RedshiftDatabase?: RedshiftDatabase | null;
SelectSqlQuery?: string | null;
}

§Properties

§
DatabaseUserName?: string | null
[src]
§
RedshiftDatabase?: RedshiftDatabase | null
[src]
§
SelectSqlQuery?: string | null
[src]

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