MySQLSettings constructor
MySQLSettings({
- String? afterConnectScript,
- String? databaseName,
- int? eventsPollInterval,
- int? maxFileSize,
- int? parallelLoadThreads,
- String? password,
- int? port,
- String? secretsManagerAccessRoleArn,
- String? secretsManagerSecretId,
- String? serverName,
- String? serverTimezone,
- TargetDbType? targetDbType,
- 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,
});