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

RedshiftDestinationDescription

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

Describes a destination in Amazon Redshift.

interface RedshiftDestinationDescription {
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null;
ClusterJDBCURL: string;
CopyCommand: CopyCommand;
ProcessingConfiguration?: ProcessingConfiguration | null;
RetryOptions?: RedshiftRetryOptions | null;
RoleARN: string;
S3BackupDescription?: S3DestinationDescription | null;
S3BackupMode?: RedshiftS3BackupMode | null;
S3DestinationDescription: S3DestinationDescription;
Username: string;
}

§Properties

§
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null
[src]

The Amazon CloudWatch logging options for your delivery stream.

§
ClusterJDBCURL: string
[src]

The database connection string.

§
CopyCommand: CopyCommand
[src]

The COPY command.

§
ProcessingConfiguration?: ProcessingConfiguration | null
[src]

The data processing configuration.

§
RetryOptions?: RedshiftRetryOptions | null
[src]

The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).

§
RoleARN: string
[src]

The Amazon Resource Name (ARN) of the Amazon Web Services credentials. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

§
S3BackupDescription?: S3DestinationDescription | null
[src]

The configuration for backup in Amazon S3.

§
S3BackupMode?: RedshiftS3BackupMode | null
[src]

The Amazon S3 backup mode.

§
S3DestinationDescription: S3DestinationDescription
[src]

The Amazon S3 destination.

§
Username: string
[src]

The name of the user.