**To get the specified room** The following ``get-room`` example gets information about the specified room. :: aws ivschat get-room \ --identifier "arn:aws:ivschat:us-west-2:12345689012:room/g1H2I3j4k5L6" Output:: { "arn": "arn:aws:ivschat:us-west-2:12345689012:room/g1H2I3j4k5L6", "createTime": "2022-03-16T04:44:09+00:00", "id": "12345689012", "maximumMessageLength": 256, "maximumMessageRatePerSecond": 5, "name": "test-room-1", "tags": {}, "updateTime": "2022-03-16T07:22:09+00:00" } For more information, see `Getting Started with Amazon IVS Chat `__ in the *Amazon Interactive Video Service User Guide*.