Gets the specified room.
Request body
Identifier of the room for which the configuration is to be retrieved. Currently this must be an ARN.
Response
Success
Room ARN, from the request (if <code>identifier</code> was an ARN).
Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
Room name. The value does not need to be unique.
Time when the room was created. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>.
Time of the room’s last update. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>.
Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.
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.
Tags attached to the resource. Array of maps, each of the form <code>string:string (key:value)</code>.
Array of logging configurations attached to the room.