GoldengateKafkaSchemaRegistryConnectionProperties constructor

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

Implementation

GoldengateKafkaSchemaRegistryConnectionProperties({
  this.authenticationType,
  this.keyStoreFile,
  this.keyStorePassword,
  this.keyStorePasswordSecretVersion,
  this.password,
  this.passwordSecretVersion,
  this.sslKeyPassword,
  this.sslKeyPasswordSecretVersion,
  this.technologyType,
  this.trustStoreFile,
  this.trustStorePassword,
  this.trustStorePasswordSecretVersion,
  this.url,
  this.username,
});