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

SnowflakeParameters

import type { SnowflakeParameters } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

The parameters for Snowflake.

interface SnowflakeParameters {
Database: string;
Host: string;
Warehouse: string;
}

§Properties

§
Database: string
[src]

Database.

§
Host: string
[src]

Host.

§
Warehouse: string
[src]

Warehouse.