aws.connect.list_bots
Example SQL Queries
SELECT * FROMaws.connect.list_botsWHERE"instance_id" = 'VALUE'AND "lex_version" = 'VALUE';Description
This API is in preview release for Amazon Connect and is subject to change.
For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance. Use this API to returns both Amazon Lex V1 and V2 bots.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| lex_version Required Input Column The version of Amazon Lex or Amazon Lex V2. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| lex_bot Configuration information of an Amazon Lex bot. | STRUCT( |
Show child fields
| |
| lex_v2_bot Configuration information of an Amazon Lex V2 bot. | STRUCT( |
Show child fields
| |