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