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.4/services/appflow.ts?docs=full";

The connector-specific profile properties when using Amazon Redshift.

interface RedshiftConnectorProfileProperties {
bucketName: string;
bucketPrefix?: string | null;
clusterIdentifier?: string | null;
dataApiRoleArn?: string | null;
databaseName?: string | null;
databaseUrl?: string | null;
isRedshiftServerless?: boolean | null;
roleArn: string;
workgroupName?: string | null;
}

§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.

§
clusterIdentifier?: string | null
[src]

The unique ID that's assigned to an Amazon Redshift cluster.

§
dataApiRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift database through the Data API. For more information, and for the polices that you attach to this role, see Allow Amazon AppFlow to access Amazon Redshift databases with the Data API.

§
databaseName?: string | null
[src]

The name of an Amazon Redshift database.

§
databaseUrl?: string | null
[src]

The JDBC URL of the Amazon Redshift cluster.

§
isRedshiftServerless?: boolean | null
[src]

Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.

§
roleArn: string
[src]

The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3. For more information, and for the polices that you attach to this role, see Allow Amazon Redshift to access your Amazon AppFlow data in Amazon S3.

§
workgroupName?: string | null
[src]

The name of an Amazon Redshift workgroup.