PostgreSQLSettings constructor
PostgreSQLSettings({
- String? afterConnectScript,
- bool? captureDdls,
- String? databaseName,
- String? ddlArtifactsSchema,
- int? executeTimeout,
- bool? failTasksOnLobTruncation,
- int? maxFileSize,
- String? password,
- int? port,
- String? secretsManagerAccessRoleArn,
- String? secretsManagerSecretId,
- String? serverName,
- String? slotName,
- String? username,
Implementation
PostgreSQLSettings({
this.afterConnectScript,
this.captureDdls,
this.databaseName,
this.ddlArtifactsSchema,
this.executeTimeout,
this.failTasksOnLobTruncation,
this.maxFileSize,
this.password,
this.port,
this.secretsManagerAccessRoleArn,
this.secretsManagerSecretId,
this.serverName,
this.slotName,
this.username,
});