bot_aliases_list_only
Lists bot_aliases
in a region or regions, for all properties use bot_aliases
Overview
Name | bot_aliases_list_only |
Type | Resource |
Description | A Bot Alias enables you to change the version of a bot without updating applications that use the bot |
Id | aws.lex.bot_aliases_list_only |
Fields
Name | Datatype | Description |
---|---|---|
bot_alias_id | string | Unique ID of resource |
bot_id | string | Unique ID of resource |
arn | string | |
bot_alias_status | string | |
bot_alias_locale_settings | array | A list of bot alias locale settings to add to the bot alias. |
bot_alias_name | string | A unique identifier for a 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. |
conversation_log_settings | object | Contains information about code hooks that Amazon Lex calls during a conversation. |
description | string | A description of the version. Use the description to help identify the version in lists. |
sentiment_analysis_settings | object | Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances. |
bot_alias_tags | array | A list of tags to add to the bot alias. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all bot_aliases
in a region.
SELECT
region,
bot_alias_id,
bot_id
FROM aws.lex.bot_aliases_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the bot_aliases_list_only
resource, see bot_aliases