aws.chime.get_room
Example SQL Queries
SELECT * FROMaws.chime.get_roomWHERE"account_id" = 'VALUE'AND "room_id" = 'VALUE';Description
Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The Amazon Chime account ID. | VARCHAR |
| room_id Required Input Column The room ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| room The room details. | STRUCT( |
Show child fields
| |