aws.chime.list_app_instance_users
Example SQL Queries
SELECT * FROMaws.chime.list_app_instance_usersWHERE"app_instance_arn" = 'VALUE';Description
List all AppInstanceUsers created under a single AppInstance.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceUsers, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_instance_arn Required Input Column The ARN of the AppInstance. | VARCHAR |
| max_results Input Column The maximum number of requests that you want returned. | BIGINT |
| next_token Input Column The token passed by previous API calls until all requested users are returned. | 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
| |
| app_instance_users The information for each requested AppInstanceUser. | STRUCT( |
Show child fields
| |