---
title: IVS Chat Room
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > IVS Chat Room
---

# IVS Chat Room

IVS Chat Room in AWS is a managed resource that provides real-time chat functionality for interactive video experiences. It allows you to create and manage chat rooms that integrate with Amazon IVS live streams, enabling audience engagement through scalable, low-latency messaging.

```
aws.ivschat_room
```

## Fields

| Title                             | ID   | Type          | Data Type                                                                                                                                                                                    | Description |
| --------------------------------- | ---- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                              | core | string        |
| account_id                        | core | string        |
| arn                               | core | string        | Room ARN, from the request (if identifier was an ARN).                                                                                                                                       |
| create_time                       | core | timestamp     | Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.                                                                                       |
| id                                | core | string        | Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.                                                                      |
| logging_configuration_identifiers | core | array<string> | Array of logging configurations attached to the room.                                                                                                                                        |
| maximum_message_length            | core | int64         | Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500. |
| maximum_message_rate_per_second   | core | int64         | Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.                                                                                            |
| message_review_handler            | core | json          | Configuration information for optional review of messages.                                                                                                                                   |
| name                              | core | string        | Room name. The value does not need to be unique.                                                                                                                                             |
| tags                              | core | hstore_csv    |
| update_time                       | core | timestamp     | Time of the room's last update. This is an ISO 8601 timestamp; note that this is returned as a string.                                                                                       |
