bot_versions_list_only
Lists bot_versions
in a region or regions, for all properties use bot_versions
Overview
Name | bot_versions_list_only |
Type | Resource |
Description | A 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. |
Id | aws.lex.bot_versions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
bot_id | string | Unique ID of resource |
bot_version | object | A 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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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