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-gyr5wj9zj0fg.deno.dev/v0.2/services/firehose.ts";
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]
§
ClusterJDBCURL?: string | null
[src]
§
CopyCommand?: CopyCommand | null
[src]
§
Password?: string | null
[src]
§
ProcessingConfiguration?: ProcessingConfiguration | null
[src]
§
RetryOptions?: RedshiftRetryOptions | null
[src]
§
RoleARN?: string | null
[src]
§
S3BackupMode?: RedshiftS3BackupMode | null
[src]
§
S3BackupUpdate?: S3DestinationUpdate | null
[src]
§
S3Update?: S3DestinationUpdate | null
[src]
§
Username?: string | null
[src]