Implementing an API Gateway in ASP.NET Core with Ocelot

Can you explain the below line -
services.AddOcelot(Configuration);

What does Configuration mean this context. Is it an object or do we need to add any namespace for it