bots_list_only
Lists bots in a region or regions, for all properties use bots
Overview
| Name | bots_list_only |
| Type | Resource |
| Description | Amazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on. |
| Id | aws.lex.bots_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | Unique ID of resource |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all bots in a region.
SELECT
region,
id
FROM aws.lex.bots_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the bots_list_only resource, see bots