---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_ivschat_room{% #aws_ivschat_room %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

**Type**: `STRING`**Provider name**: `arn`**Description**: Room ARN, from the request (if `identifier` was an ARN).

## `create_time`{% #create_time %}

**Type**: `TIMESTAMP`**Provider name**: `createTime`**Description**: Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.

## `id`{% #id %}

**Type**: `STRING`**Provider name**: `id`**Description**: Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.

## `logging_configuration_identifiers`{% #logging_configuration_identifiers %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `loggingConfigurationIdentifiers`**Description**: Array of logging configurations attached to the room.

## `maximum_message_length`{% #maximum_message_length %}

**Type**: `INT32`**Provider name**: `maximumMessageLength`**Description**: 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`{% #maximum_message_rate_per_second %}

**Type**: `INT32`**Provider name**: `maximumMessageRatePerSecond`**Description**: Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.

## `message_review_handler`{% #message_review_handler %}

**Type**: `STRUCT`**Provider name**: `messageReviewHandler`**Description**: Configuration information for optional review of messages.

- `fallback_result`**Type**: `STRING`**Provider name**: `fallbackResult`**Description**: Specifies the fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out. (For the timeout period, see [Service Quotas](https://docs.aws.amazon.com/ivs/latest/userguide/service-quotas.html).) If allowed, the message is delivered with returned content to all users connected to the room. If denied, the message is not delivered to any user. Default: `ALLOW`.
- `uri`**Type**: `STRING`**Provider name**: `uri`**Description**: Identifier of the message review handler. Currently this must be an ARN of a lambda function.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: Room name. The value does not need to be unique.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `update_time`{% #update_time %}

**Type**: `TIMESTAMP`**Provider name**: `updateTime`**Description**: Time of the room's last update. This is an ISO 8601 timestamp; note that this is returned as a string.
