Skip to main content

bot_aliases_list_only

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

Overview

Namebot_aliases_list_only
TypeResource
DescriptionA Bot Alias enables you to change the version of a bot without updating applications that use the bot
Idaws.lex.bot_aliases_list_only

Fields

NameDatatypeDescription
bot_alias_idstringUnique ID of resource
bot_idstringUnique ID of resource
arnstring
bot_alias_statusstring
bot_alias_locale_settingsarrayA list of bot alias locale settings to add to the bot alias.
bot_alias_namestringA unique identifier for a 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.
conversation_log_settingsobjectContains information about code hooks that Amazon Lex calls during a conversation.
descriptionstringA description of the version. Use the description to help identify the version in lists.
sentiment_analysis_settingsobjectDetermines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
bot_alias_tagsarrayA list of tags to add to the bot alias.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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