Mongo Db Connection Info Args
constructor(additionalSettings: Output<String>? = null, authentication: Output<Either<String, AuthenticationType>>? = null, connectionString: Output<String>, dataSource: Output<String>? = null, encryptConnection: Output<Boolean>? = null, enforceSSL: Output<Boolean>? = null, password: Output<String>? = null, port: Output<Int>? = null, serverBrandVersion: Output<String>? = null, serverName: Output<String>? = null, serverVersion: Output<String>? = null, trustServerCertificate: Output<Boolean>? = null, type: Output<String>, userName: Output<String>? = null)