# CreateRoomParams


## Fields

| Field                                                                                                                                                                                                         | Type                                                                                                                                                                                                          | Required                                                                                                                                                                                                      | Description                                                                                                                                                                                                   | Example                                                                                                                                                                                                       |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ClientIPs`                                                                                                                                                                                                   | List<*string*>                                                                                                                                                                                                | :heavy_minus_sign:                                                                                                                                                                                            | An optional list of client IP addresses to whitelist for DDoS protection.                                                                                                                                     |                                                                                                                                                                                                               |
| `DeploymentId`                                                                                                                                                                                                | *string*                                                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                                            | System generated id for a deployment.                                                                                                                                                                         | dep-6d4c6a71-2d75-4b42-94e1-f312f57f33c5                                                                                                                                                                      |
| `Region`                                                                                                                                                                                                      | [Region](../../Models/Shared/Region.md)                                                                                                                                                                       | :heavy_check_mark:                                                                                                                                                                                            | N/A                                                                                                                                                                                                           |                                                                                                                                                                                                               |
| `RoomConfig`                                                                                                                                                                                                  | *string*                                                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                                            | Optional configuration parameters for the room. Can be any string including stringified JSON. It is accessible from the room via [`GetRoomInfo()`](https://hathora.dev/api#tag/RoomV2/operation/GetRoomInfo). | {"name":"my-room"}                                                                                                                                                                                            |