MySQLSettings constructor

MySQLSettings({
  1. String? afterConnectScript,
  2. String? databaseName,
  3. int? eventsPollInterval,
  4. int? maxFileSize,
  5. int? parallelLoadThreads,
  6. String? password,
  7. int? port,
  8. String? secretsManagerAccessRoleArn,
  9. String? secretsManagerSecretId,
  10. String? serverName,
  11. String? serverTimezone,
  12. TargetDbType? targetDbType,
  13. String? username,
})

Implementation

MySQLSettings({
  this.afterConnectScript,
  this.databaseName,
  this.eventsPollInterval,
  this.maxFileSize,
  this.parallelLoadThreads,
  this.password,
  this.port,
  this.secretsManagerAccessRoleArn,
  this.secretsManagerSecretId,
  this.serverName,
  this.serverTimezone,
  this.targetDbType,
  this.username,
});