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

ExasolParameters

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

The required parameters for connecting to an Exasol data source.

interface ExasolParameters {
Host: string;
Port: number;
}

§Properties

§
Host: string
[src]

The hostname or IP address of the Exasol data source.

§
Port: number
[src]

The port for the Exasol data source.