GoldengateSnowflakeConnectionProperties constructor

GoldengateSnowflakeConnectionProperties({
  1. String? authenticationType,
  2. String? connectionUrl,
  3. String? password,
  4. String? passwordSecretVersion,
  5. String? privateKeyFile,
  6. String? privateKeyPassphraseSecret,
  7. String? technologyType,
  8. String? username,
})

Implementation

GoldengateSnowflakeConnectionProperties({
  this.authenticationType,
  this.connectionUrl,
  this.password,
  this.passwordSecretVersion,
  this.privateKeyFile,
  this.privateKeyPassphraseSecret,
  this.technologyType,
  this.username,
});