aws.lex_models.get_bot_channel_association
Example SQL Queries
SELECT * FROMaws.lex_models.get_bot_channel_associationWHERE"name" = 'VALUE'AND "bot_name" = 'VALUE'AND "bot_alias" = 'VALUE';Description
Returns information about the association between an Amazon Lex bot and a messaging platform.
This operation requires permissions for the lex:GetBotChannelAssociation action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bot_alias Required Input Column An alias pointing to the specific version of the Amazon Lex bot to which this association is being made. | VARCHAR |
| bot_name Required Input Column The name of the Amazon Lex bot. | VARCHAR |
| name Required Input Column The name of the association between the bot and the channel. | 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_configuration Provides information that the messaging platform needs to communicate with the Amazon Lex bot. | MAP(VARCHAR, VARCHAR) |
| created_date The date that the association between the bot and the channel was created. | TIMESTAMP_S |
| description A description of the association between the bot and the channel. | VARCHAR |
| failure_reason If status is FAILED, Amazon Lex provides the reason that it failed to create the association. | VARCHAR |
| status The status of the bot channel.
| VARCHAR |
| type The type of the messaging platform. | VARCHAR |