GoldengateMongodbConnectionProperties constructor

GoldengateMongodbConnectionProperties({
  1. String? connectionString,
  2. String? databaseId,
  3. String? password,
  4. String? passwordSecretVersion,
  5. String? securityProtocol,
  6. String? technologyType,
  7. String? tlsCaFile,
  8. String? tlsCertificateKeyFile,
  9. String? tlsCertificateKeyFilePassword,
  10. String? tlsCertificateKeyFilePasswordSecretVersion,
  11. String? username,
})

Implementation

GoldengateMongodbConnectionProperties({
  this.connectionString,
  this.databaseId,
  this.password,
  this.passwordSecretVersion,
  this.securityProtocol,
  this.technologyType,
  this.tlsCaFile,
  this.tlsCertificateKeyFile,
  this.tlsCertificateKeyFilePassword,
  this.tlsCertificateKeyFilePasswordSecretVersion,
  this.username,
});