GoldengateKafkaSchemaRegistryConnectionProperties constructor
GoldengateKafkaSchemaRegistryConnectionProperties({
- String? authenticationType,
- String? keyStoreFile,
- String? keyStorePassword,
- String? keyStorePasswordSecretVersion,
- String? password,
- String? passwordSecretVersion,
- String? sslKeyPassword,
- String? sslKeyPasswordSecretVersion,
- String? technologyType,
- String? trustStoreFile,
- String? trustStorePassword,
- String? trustStorePasswordSecretVersion,
- String? url,
- 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,
});