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::Bot BotMember
A bot that is a member of a network of bots.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "BotMemberAliasId" :String, "BotMemberAliasName" :String, "BotMemberId" :String, "BotMemberName" :String, "BotMemberVersion" :String}
YAML
BotMemberAliasId:StringBotMemberAliasName:StringBotMemberId:StringBotMemberName:StringBotMemberVersion:String
Properties
BotMemberAliasId-
The alias ID of a bot that is a member of this network of bots.
Required: Yes
Type: String
Minimum:
10Maximum:
10Update requires: No interruption
BotMemberAliasName-
The alias name of a bot that is a member of this network of bots.
Required: Yes
Type: String
Minimum:
1Maximum:
100Update requires: No interruption
BotMemberId-
The unique ID of a bot that is a member of this network of bots.
Required: Yes
Type: String
Minimum:
10Maximum:
10Update requires: No interruption
BotMemberName-
The unique name of a bot that is a member of this network of bots.
Required: Yes
Type: String
Minimum:
1Maximum:
100Update requires: No interruption
BotMemberVersion-
The version of a bot that is a member of this network of bots.
Required: Yes
Type: String
Minimum:
1Maximum:
5Update requires: No interruption