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]§
CopyCommand?: CopyCommand | null
[src]§
ProcessingConfiguration?: ProcessingConfiguration | null
[src]§
RetryOptions?: RedshiftRetryOptions | null
[src]§
S3BackupMode?: RedshiftS3BackupMode | null
[src]§
S3BackupUpdate?: S3DestinationUpdate | null
[src]§
S3Update?: S3DestinationUpdate | null
[src]