aws.chime_sdk_identity.list_app_instance_user_endpoints
Example SQL Queries
SELECT * FROMaws.chime_sdk_identity.list_app_instance_user_endpointsWHERE"app_instance_user_arn" = 'VALUE';Description
Lists all the AppInstanceUserEndpoints created under a single AppInstanceUser.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_instance_user_arn Required Input Column The ARN of the AppInstanceUser. | VARCHAR |
| max_results Input Column The maximum number of endpoints that you want to return. | BIGINT |
| next_token Input Column The token passed by previous API calls until all requested endpoints 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_user_endpoints The information for each requested AppInstanceUserEndpoint. | STRUCT( |
Show child fields
| |