GoldengatePostgresqlConnectionProperties constructor

GoldengatePostgresqlConnectionProperties({
  1. List<NameValuePair>? additionalAttributes,
  2. String? database,
  3. String? dbSystemId,
  4. String? host,
  5. String? password,
  6. String? passwordSecretVersion,
  7. int? port,
  8. String? securityProtocol,
  9. String? sslCaFile,
  10. String? sslCertFile,
  11. String? sslCrlFile,
  12. String? sslKeyFile,
  13. String? sslMode,
  14. String? technologyType,
  15. String? username,
})

Implementation

GoldengatePostgresqlConnectionProperties({
  this.additionalAttributes,
  this.database,
  this.dbSystemId,
  this.host,
  this.password,
  this.passwordSecretVersion,
  this.port,
  this.securityProtocol,
  this.sslCaFile,
  this.sslCertFile,
  this.sslCrlFile,
  this.sslKeyFile,
  this.sslMode,
  this.technologyType,
  this.username,
});