PostgreSQLSettings constructor

PostgreSQLSettings({
  1. String? afterConnectScript,
  2. bool? captureDdls,
  3. String? databaseName,
  4. String? ddlArtifactsSchema,
  5. int? executeTimeout,
  6. bool? failTasksOnLobTruncation,
  7. int? maxFileSize,
  8. String? password,
  9. int? port,
  10. String? secretsManagerAccessRoleArn,
  11. String? secretsManagerSecretId,
  12. String? serverName,
  13. String? slotName,
  14. 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,
});