aws.chime_sdk_identity.list_app_instances
Example SQL Queries
SELECT * FROMaws.chime_sdk_identity.list_app_instances;Description
Lists all Amazon Chime AppInstances created under a single AWS account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of AppInstances that you want to return. | BIGINT |
| next_token Input Column The token passed by previous API requests until the maximum number of AppInstances is reached. | 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_instances The information for each AppInstance. | STRUCT( |
Show child fields
| |