IBMDb2Settings constructor

IBMDb2Settings({
  1. String? currentLsn,
  2. String? databaseName,
  3. int? maxKBytesPerRead,
  4. String? password,
  5. int? port,
  6. String? secretsManagerAccessRoleArn,
  7. String? secretsManagerSecretId,
  8. String? serverName,
  9. bool? setDataCaptureChanges,
  10. String? username,
})

Implementation

IBMDb2Settings({
  this.currentLsn,
  this.databaseName,
  this.maxKBytesPerRead,
  this.password,
  this.port,
  this.secretsManagerAccessRoleArn,
  this.secretsManagerSecretId,
  this.serverName,
  this.setDataCaptureChanges,
  this.username,
});