aws.chime.list_bots
Example SQL Queries
SELECT * FROMaws.chime.list_botsWHERE"account_id" = 'VALUE';Description
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The Amazon Chime account ID. | VARCHAR |
| max_results Input Column The maximum number of results to return in a single call. The default is 10. | BIGINT |
| next_token Input Column The token to use to retrieve the next page of results. | 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
| |
| bots List of bots and bot details. | STRUCT( |
Show child fields
| |