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

PrestoParameters

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

The parameters for Presto.

interface PrestoParameters {
Catalog: string;
Host: string;
Port: number;
}

§Properties

§
Catalog: string
[src]

Catalog.

§
Host: string
[src]

Host.

§
Port: number
[src]

Port.