Skip to main content

bot_alias

Gets an individual bot_alias resource

Overview

Namebot_alias
TypeResource
Descriptionbot_alias
Idawscc.lex.bot_alias

Fields

NameDatatypeDescription
bot_alias_idstring
bot_idstring
arnstring
bot_alias_statusstring
bot_alias_locale_settingsarray
bot_alias_namestring
bot_versionobject
conversation_log_settingsobject
descriptionstring
sentiment_analysis_settingsobjectDetermines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
bot_alias_tagsarrayA list of tags to add to the bot alias.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
bot_alias_id,
bot_id,
arn,
bot_alias_status,
bot_alias_locale_settings,
bot_alias_name,
bot_version,
conversation_log_settings,
description,
sentiment_analysis_settings,
bot_alias_tags
FROM awscc.lex.bot_alias
WHERE data__Identifier = '<BotAliasId>|<BotId>';

Permissions

To operate on the bot_alias resource, the following permissions are required:

Update

lex:UpdateBotAlias,
lex:DescribeBotAlias,
lex:ListTagsForResource,
lex:TagResource,
lex:UntagResource

Read

lex:DescribeBotAlias

Delete

lex:DeleteBotAlias