aws.chime.list_room_memberships
Example SQL Queries
SELECT * FROMaws.chime.list_room_membershipsWHERE"account_id" = 'VALUE'AND "room_id" = 'VALUE';Description
Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members' IDs, email addresses, and names.
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 |
| max_results Input Column The maximum number of results to return in a single call. | BIGINT |
| 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
| |
| room_memberships The room membership details. | STRUCT( |
Show child fields
| |