aws.lex_models.get_bot_alias
Example SQL Queries
SELECT * FROMaws.lex_models.get_bot_aliasWHERE"name" = 'VALUE'AND "bot_name" = 'VALUE';Description
Returns information about an Amazon Lex bot alias. For more information about aliases, see versioning-aliases.
This operation requires permissions for the lex:GetBotAlias action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_name Required Input Column The name of the bot that the alias points to. | VARCHAR |
| name Required Input Column The name of the bot alias. | 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_version The version of the bot that the alias points to. | VARCHAR |
| checksum Checksum of the bot alias. | VARCHAR |
| conversation_logs The settings that determine how Amazon Lex uses conversation logs for the alias. | STRUCT( |
Show child fields
| |
| created_date The date that the bot alias was created. | TIMESTAMP_S |
| description A description of the bot alias. | VARCHAR |
| last_updated_date The date that the bot alias was updated. When you create a resource, the creation date and the last updated date are the same. | TIMESTAMP_S |