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