RedshiftDestinationUpdate constructor

RedshiftDestinationUpdate({
  1. CloudWatchLoggingOptions? cloudWatchLoggingOptions,
  2. String? clusterJDBCURL,
  3. CopyCommand? copyCommand,
  4. String? password,
  5. ProcessingConfiguration? processingConfiguration,
  6. RedshiftRetryOptions? retryOptions,
  7. String? roleARN,
  8. RedshiftS3BackupMode? s3BackupMode,
  9. S3DestinationUpdate? s3BackupUpdate,
  10. S3DestinationUpdate? s3Update,
  11. 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,
});