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

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringRoom ARN, from the request (if identifier was an ARN).
create_timecoretimestampTime when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.
idcorestringRoom ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
logging_configuration_identifierscorearray<string>Array of logging configurations attached to the room.
maximum_message_lengthcoreint64Maximum 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_secondcoreint64Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.
message_review_handlercorejsonConfiguration information for optional review of messages.
namecorestringRoom name. The value does not need to be unique.
tagscorehstore
update_timecoretimestampTime of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.