Skip to main content

bot_versions

Retrieves a list of bot_versions in a region

Overview

Namebot_versions
TypeResource
Descriptionbot_versions
Idawscc.lex.bot_versions

Fields

NameDatatypeDescription
bot_idundefined
bot_versionundefined
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
bot_id,
bot_version
FROM awscc.lex.bot_versions
WHERE region = 'us-east-1'

Permissions

To operate on the bot_versions resource, the following permissions are required:

Create

lex:CreateBotVersion,
lex:DescribeBotVersion,
lex:DescribeBot,
lex:DescribeBotLocale,
lex:BuildBotLocale

List

lex:ListBotVersions