aws.chime.list_rooms
Example SQL Queries
SELECT * FROMaws.chime.list_roomsWHERE"account_id" = 'VALUE';Description
Lists the room details for the specified Amazon Chime Enterprise account. Optionally, filter the results by a member ID (user ID or bot ID) to see a list of rooms that the member belongs to.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The Amazon Chime account ID. | VARCHAR |
| max_results Input Column The maximum number of results to return in a single call. | BIGINT |
| member_id Input Column The member ID (user ID or bot ID). | VARCHAR |
| next_token Input Column The token to use to retrieve the next page of results. | 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
| |
| rooms The room details. | STRUCT( |
Show child fields
| |