RedshiftSettings constructor

RedshiftSettings({
  1. bool? acceptAnyDate,
  2. String? afterConnectScript,
  3. String? bucketFolder,
  4. String? bucketName,
  5. bool? caseSensitiveNames,
  6. bool? compUpdate,
  7. int? connectionTimeout,
  8. String? databaseName,
  9. String? dateFormat,
  10. bool? emptyAsNull,
  11. EncryptionModeValue? encryptionMode,
  12. bool? explicitIds,
  13. int? fileTransferUploadStreams,
  14. int? loadTimeout,
  15. int? maxFileSize,
  16. String? password,
  17. int? port,
  18. bool? removeQuotes,
  19. String? replaceChars,
  20. String? replaceInvalidChars,
  21. String? secretsManagerAccessRoleArn,
  22. String? secretsManagerSecretId,
  23. String? serverName,
  24. String? serverSideEncryptionKmsKeyId,
  25. String? serviceAccessRoleArn,
  26. String? timeFormat,
  27. bool? trimBlanks,
  28. bool? truncateColumns,
  29. String? username,
  30. int? writeBufferSize,
})

Implementation

RedshiftSettings({
  this.acceptAnyDate,
  this.afterConnectScript,
  this.bucketFolder,
  this.bucketName,
  this.caseSensitiveNames,
  this.compUpdate,
  this.connectionTimeout,
  this.databaseName,
  this.dateFormat,
  this.emptyAsNull,
  this.encryptionMode,
  this.explicitIds,
  this.fileTransferUploadStreams,
  this.loadTimeout,
  this.maxFileSize,
  this.password,
  this.port,
  this.removeQuotes,
  this.replaceChars,
  this.replaceInvalidChars,
  this.secretsManagerAccessRoleArn,
  this.secretsManagerSecretId,
  this.serverName,
  this.serverSideEncryptionKmsKeyId,
  this.serviceAccessRoleArn,
  this.timeFormat,
  this.trimBlanks,
  this.truncateColumns,
  this.username,
  this.writeBufferSize,
});