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

AuroraPostgreSqlParameters

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

Parameters for Amazon Aurora PostgreSQL-Compatible Edition.

interface AuroraPostgreSqlParameters {
Database: string;
Host: string;
Port: number;
}

§Properties

§
Database: string
[src]

The Amazon Aurora PostgreSQL database to connect to.

§
Host: string
[src]

The Amazon Aurora PostgreSQL-Compatible host to connect to.

§
Port: number
[src]

The port that Amazon Aurora PostgreSQL is listening on.