aws.chime_sdk_identity.list_app_instance_users
Example SQL Queries
SELECT * FROMaws.chime_sdk_identity.list_app_instance_usersWHERE"app_instance_arn" = 'VALUE';Description
List all AppInstanceUsers created under a single AppInstance.
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
| |