GoldengateMongodbConnectionProperties constructor
GoldengateMongodbConnectionProperties({
- String? connectionString,
- String? databaseId,
- String? password,
- String? passwordSecretVersion,
- String? securityProtocol,
- String? technologyType,
- String? tlsCaFile,
- String? tlsCertificateKeyFile,
- String? tlsCertificateKeyFilePassword,
- String? tlsCertificateKeyFilePasswordSecretVersion,
- String? username,
Implementation
GoldengateMongodbConnectionProperties({
this.connectionString,
this.databaseId,
this.password,
this.passwordSecretVersion,
this.securityProtocol,
this.technologyType,
this.tlsCaFile,
this.tlsCertificateKeyFile,
this.tlsCertificateKeyFilePassword,
this.tlsCertificateKeyFilePasswordSecretVersion,
this.username,
});