MongoConnectionInformationArgs

constructor(connectionString: Output<String>? = null, host: Output<String>? = null, password: Output<String>? = null, port: Output<Int>? = null, useSsl: Output<Boolean>? = null, userName: Output<String>? = null)