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

RedshiftConnectorProfileCredentials

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

The connector-specific profile credentials required when using Amazon Redshift.

interface RedshiftConnectorProfileCredentials {
password?: string | null;
username?: string | null;
}

§Properties

§
password?: string | null
[src]

The password that corresponds to the user name.

§
username?: string | null
[src]

The name of the user.