Skip to main content

bots_list_only

Lists bots in a region or regions, for all properties use bots

Overview

Namebots_list_only
TypeResource
DescriptionAmazon Lex conversational bot performing automated tasks such as ordering a pizza, booking a hotel, and so on.
Idaws.lex.bots_list_only

Fields

NameDatatypeDescription
idstringUnique ID of resource
arnstring
namestringA unique identifier for a resource.
descriptionstringA description of the version. Use the description to help identify the version in lists.
role_arnstringThe Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
data_privacyobjectData privacy setting of the Bot.
idle_session_ttl_in_secondsintegerIdleSessionTTLInSeconds of the resource
bot_localesarrayList of bot locales
bot_file_s3_locationobjectS3 location of bot definitions zip file, if it's not defined inline in CloudFormation.
bot_tagsarrayA list of tags to add to the bot, which can only be added at bot creation.
test_bot_alias_tagsarrayA 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_localesbooleanSpecifies whether to build the bot locales after bot creation completes.
test_bot_alias_settingsobjectConfiguring the test bot alias settings for a given bot
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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