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

RedshiftConnectorProfileProperties

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

The connector-specific profile properties when using Amazon Redshift.

interface RedshiftConnectorProfileProperties {
bucketName: string;
bucketPrefix?: string | null;
databaseUrl: string;
roleArn: string;
}

§Properties

§
bucketName: string
[src]

A name for the associated Amazon S3 bucket.

§
bucketPrefix?: string | null
[src]

The object key for the destination bucket in which Amazon AppFlow places the files.

§
databaseUrl: string
[src]

The JDBC URL of the Amazon Redshift cluster.

§
roleArn: string
[src]

The Amazon Resource Name (ARN) of the IAM role.