aws.lexv2_models.list_bot_aliases
Example SQL Queries
SELECT * FROMaws.lexv2_models.list_bot_aliasesWHERE"bot_id" = 'VALUE';Description
Gets a list of aliases for the specified bot.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_id Required Input Column The identifier of the bot associated with the aliases. | VARCHAR |
| max_results Input Column The maximum number of aliases to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned. | BIGINT |
| next_token Input Column A token that indicates whether there are more results to return in a response to the ListBotAliases operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotAliases operation request to get the next page of results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| bot_alias_summaries Summary information for the bot aliases that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more aliases available, the nextToken field contains a token to get the next page of results. | STRUCT( |
Show child fields
| |