AWS::Lex::BotAlias BotAliasLocaleSettingsItem
Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BotAliasLocaleSetting" :BotAliasLocaleSettings, "LocaleId" :String}
YAML
BotAliasLocaleSetting:BotAliasLocaleSettingsLocaleId:String
Properties
BotAliasLocaleSetting-
Specifies settings that are unique to a locale.
Required: Yes
Type: BotAliasLocaleSettings
Update requires: No interruption
LocaleId-
The unique identifier of the locale.
Required: Yes
Type: String
Update requires: No interruption