GoldengateRedisConnectionProperties constructor

GoldengateRedisConnectionProperties({
  1. String? authenticationType,
  2. String? keyStoreFile,
  3. String? keyStorePassword,
  4. String? keyStorePasswordSecretVersion,
  5. String? password,
  6. String? passwordSecretVersion,
  7. String? redisClusterId,
  8. String? securityProtocol,
  9. String? servers,
  10. String? technologyType,
  11. String? trustStoreFile,
  12. String? trustStorePassword,
  13. String? trustStorePasswordSecretVersion,
  14. String? username,
})

Implementation

GoldengateRedisConnectionProperties({
  this.authenticationType,
  this.keyStoreFile,
  this.keyStorePassword,
  this.keyStorePasswordSecretVersion,
  this.password,
  this.passwordSecretVersion,
  this.redisClusterId,
  this.securityProtocol,
  this.servers,
  this.technologyType,
  this.trustStoreFile,
  this.trustStorePassword,
  this.trustStorePasswordSecretVersion,
  this.username,
});