AWS::Lex::BotVersion - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Lex::BotVersion

Note

Amazon Lex V2 is the only supported version in CloudFormation.

Specifies a new version of the bot based on the DRAFT version. If the DRAFT version of this resource hasn't changed since you created the last version, Amazon Lex doesn't create a new version, it returns the last created version.

When you specify the first version of a bot, Amazon Lex sets the version to 1. Subsequent versions increment by 1.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Lex::BotVersion", "Properties" : { "BotId" : String, "BotVersionLocaleSpecification" : [ BotVersionLocaleSpecification, ... ], "Description" : String } }

YAML

Type: AWS::Lex::BotVersion Properties: BotId: String BotVersionLocaleSpecification: - BotVersionLocaleSpecification Description: String

Properties

BotId

The unique identifier of the bot.

Required: Yes

Type: String

Pattern: ^[0-9a-zA-Z]+$

Minimum: 10

Maximum: 10

Update requires: Replacement

BotVersionLocaleSpecification

Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.

Required: Yes

Type: Array of BotVersionLocaleSpecification

Minimum: 1

Update requires: No interruption

Description

The description of the version.

Required: No

Type: String

Maximum: 200

Update requires: No interruption

Return values

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

BotVersion

The version of the bot.