GoldengateElasticsearchConnectionProperties constructor

GoldengateElasticsearchConnectionProperties({
  1. String? authenticationType,
  2. String? fingerprint,
  3. String? password,
  4. String? passwordSecretVersion,
  5. String? securityProtocol,
  6. String? servers,
  7. String? technologyType,
  8. String? username,
})

Implementation

GoldengateElasticsearchConnectionProperties({
  this.authenticationType,
  this.fingerprint,
  this.password,
  this.passwordSecretVersion,
  this.securityProtocol,
  this.servers,
  this.technologyType,
  this.username,
});