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 |
arn | string | |
name | string | A unique identifier for a resource. |
description | string | A description of the version. Use the description to help identify the version in lists. |
role_arn | string | The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot. |
data_privacy | object | Data privacy setting of the Bot. |
idle_session_ttl_in_seconds | integer | IdleSessionTTLInSeconds of the resource |
bot_locales | array | List of bot locales |
bot_file_s3_location | object | S3 location of bot definitions zip file, if it's not defined inline in CloudFormation. |
bot_tags | array | A list of tags to add to the bot, which can only be added at bot creation. |
test_bot_alias_tags | array | A list of tags to add to the test alias for a bot, , which can only be added at bot/bot alias creation. |
auto_build_bot_locales | boolean | Specifies whether to build the bot locales after bot creation completes. |
test_bot_alias_settings | object | Configuring the test bot alias settings for a given bot |
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