RedshiftSettings constructor
RedshiftSettings({
- bool? acceptAnyDate,
- String? afterConnectScript,
- String? bucketFolder,
- String? bucketName,
- bool? caseSensitiveNames,
- bool? compUpdate,
- int? connectionTimeout,
- String? databaseName,
- String? dateFormat,
- bool? emptyAsNull,
- EncryptionModeValue? encryptionMode,
- bool? explicitIds,
- int? fileTransferUploadStreams,
- int? loadTimeout,
- int? maxFileSize,
- String? password,
- int? port,
- bool? removeQuotes,
- String? replaceChars,
- String? replaceInvalidChars,
- String? secretsManagerAccessRoleArn,
- String? secretsManagerSecretId,
- String? serverName,
- String? serverSideEncryptionKmsKeyId,
- String? serviceAccessRoleArn,
- String? timeFormat,
- bool? trimBlanks,
- bool? truncateColumns,
- String? username,
- 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,
});