RedshiftDestinationUpdate constructor
RedshiftDestinationUpdate({
- CloudWatchLoggingOptions? cloudWatchLoggingOptions,
- String? clusterJDBCURL,
- CopyCommand? copyCommand,
- String? password,
- ProcessingConfiguration? processingConfiguration,
- RedshiftRetryOptions? retryOptions,
- String? roleARN,
- RedshiftS3BackupMode? s3BackupMode,
- S3DestinationUpdate? s3BackupUpdate,
- S3DestinationUpdate? s3Update,
- String? username,
Implementation
RedshiftDestinationUpdate({
this.cloudWatchLoggingOptions,
this.clusterJDBCURL,
this.copyCommand,
this.password,
this.processingConfiguration,
this.retryOptions,
this.roleARN,
this.s3BackupMode,
this.s3BackupUpdate,
this.s3Update,
this.username,
});