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.
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