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

RedshiftDestinationUpdate

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

Describes an update for a destination in Amazon Redshift.

interface RedshiftDestinationUpdate {
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null;
ClusterJDBCURL?: string | null;
CopyCommand?: CopyCommand | null;
Password?: string | null;
ProcessingConfiguration?: ProcessingConfiguration | null;
RetryOptions?: RedshiftRetryOptions | null;
RoleARN?: string | null;
S3BackupMode?: RedshiftS3BackupMode | null;
S3BackupUpdate?: S3DestinationUpdate | null;
S3Update?: S3DestinationUpdate | null;
Username?: string | null;
}

§Properties

§
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | null
[src]

The Amazon CloudWatch logging options for your delivery stream.

§
ClusterJDBCURL?: string | null
[src]

The database connection string.

§
CopyCommand?: CopyCommand | null
[src]

The COPY command.

§
Password?: string | null
[src]

The user password.

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

§
S3BackupMode?: RedshiftS3BackupMode | null
[src]

You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.

§
S3BackupUpdate?: S3DestinationUpdate | null
[src]

The Amazon S3 destination for backup.

§
S3Update?: S3DestinationUpdate | null
[src]

The Amazon S3 destination.

The compression formats SNAPPY or ZIP cannot be specified in RedshiftDestinationUpdate.S3Update because the Amazon Redshift COPY operation that reads from the S3 bucket doesn't support these compression formats.

§
Username?: string | null
[src]

The name of the user.