GoldengateRedisConnectionProperties constructor
GoldengateRedisConnectionProperties({
- String? authenticationType,
- String? keyStoreFile,
- String? keyStorePassword,
- String? keyStorePasswordSecretVersion,
- String? password,
- String? passwordSecretVersion,
- String? redisClusterId,
- String? securityProtocol,
- String? servers,
- String? technologyType,
- String? trustStoreFile,
- String? trustStorePassword,
- String? trustStorePasswordSecretVersion,
- 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,
});