AWS::Lex::BotAliasResource Type definition for a Bot Alias, which enables you to change the version of a bot without updating applications that use the bot
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
BotAliasName | string | Required |
BotId | string | RequiredCreate-only |
BotAliasLocaleSettings | array | |
BotAliasTags | Array<Tag> | |
BotVersion | string | |
ConversationLogSettings | ConversationLogSettings | |
Description | string | |
SentimentAnalysisSettings | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
BotAliasId | string | - |
BotAliasStatus | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Lex::BotAlias
Resources:
MyResource:
Type: AWS::Lex::BotAlias
Properties:
BotId: "my-botid"
BotAliasName: "my-botaliasname"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
lex:CreateBotAliaslex:DescribeBotlex:DescribeBotAliaslex:TagResourcelex:ListTagsForResourcelex:UpdateBotAliaslex:DescribeBotAliaslex:ListTagsForResourcelex:TagResourcelex:UntagResourcelex:DescribeBotAliaslex:ListTagsForResourcelex:DeleteBotAliaslex:ListBotAliaseslex:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterBotAliasIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
BotId