---
type: resource-type
title: Room
description: aws resource type AWS::IVSChat::Room
name: Room
lexicon: aws
resource_type: AWS::IVSChat::Room
---
`AWS::IVSChat::Room`, a resource type of the aws lexicon.

## Properties

- `Arn` (`string`, optional): Room ARN is automatically generated on creation and assigned as the unique identifier.
- `Id` (`string`, optional): The system-generated ID of the room.
- `LoggingConfigurationIdentifiers` (`string[]`, optional): Array of logging configuration identifiers attached to the room.
- `MaximumMessageLength` (`number`, optional): The maximum number of characters in a single message.
- `MaximumMessageRatePerSecond` (`number`, optional): The maximum number of messages per second that can be sent to the room.
- `MessageReviewHandler` (`Room_MessageReviewHandler`, optional)
- `Name` (`string`, optional): The name of the room. The value does not need to be unique.
- `Tags` (`Room_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `Arn`
- `Id`
