Skip to main content

bot_versions_list_only

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

Overview

Namebot_versions_list_only
TypeResource
DescriptionA version is a numbered snapshot of your work that you can publish for use in different parts of your workflow, such as development, beta deployment, and production.
Idaws.lex.bot_versions_list_only

Fields

NameDatatypeDescription
bot_idstringUnique ID of resource
bot_versionobjectA version is a numbered snapshot of your work that you can publish for use in different parts of your workflow, such as development, beta deployment, and production.
descriptionstringA description of the version. Use the description to help identify the version in lists.
bot_version_locale_specificationarraySpecifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all bot_versions in a region.

SELECT
region,
bot_id,
bot_version
FROM aws.lex.bot_versions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the bot_versions_list_only resource, see bot_versions