GoldengateKafkaConnectionProperties constructor

GoldengateKafkaConnectionProperties({
  1. List<KafkaBootstrapServer>? bootstrapServers,
  2. String? clusterId,
  3. String? consumerPropertiesFile,
  4. String? keyStoreFile,
  5. String? keyStorePassword,
  6. String? keyStorePasswordSecretVersion,
  7. String? password,
  8. String? passwordSecretVersion,
  9. String? producerPropertiesFile,
  10. String? securityProtocol,
  11. String? sslKeyPassword,
  12. String? sslKeyPasswordSecretVersion,
  13. String? streamPoolId,
  14. String? technologyType,
  15. String? trustStoreFile,
  16. String? trustStorePassword,
  17. String? trustStorePasswordSecretVersion,
  18. bool? useResourcePrincipal,
  19. String? username,
})

Implementation

GoldengateKafkaConnectionProperties({
  this.bootstrapServers,
  this.clusterId,
  this.consumerPropertiesFile,
  this.keyStoreFile,
  this.keyStorePassword,
  this.keyStorePasswordSecretVersion,
  this.password,
  this.passwordSecretVersion,
  this.producerPropertiesFile,
  this.securityProtocol,
  this.sslKeyPassword,
  this.sslKeyPasswordSecretVersion,
  this.streamPoolId,
  this.technologyType,
  this.trustStoreFile,
  this.trustStorePassword,
  this.trustStorePasswordSecretVersion,
  this.useResourcePrincipal,
  this.username,
});