GoldengatePostgresqlConnectionProperties constructor
GoldengatePostgresqlConnectionProperties({
- List<
NameValuePair> ? additionalAttributes, - String? database,
- String? dbSystemId,
- String? host,
- String? password,
- String? passwordSecretVersion,
- int? port,
- String? securityProtocol,
- String? sslCaFile,
- String? sslCertFile,
- String? sslCrlFile,
- String? sslKeyFile,
- String? sslMode,
- String? technologyType,
- 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,
});