aws.chime_sdk_identity.list_app_instance_bots
Example SQL Queries
SELECT * FROMaws.chime_sdk_identity.list_app_instance_botsWHERE"app_instance_arn" = 'VALUE';Description
Lists all AppInstanceBots 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 to return. | BIGINT |
| next_token Input Column The token passed by previous API calls until all requested bots 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_bots The information for each requested AppInstanceBot. | STRUCT( |
Show child fields
| |