View a markdown version of this page

AWS::Lex::Bot BotMember - AWS CloudFormation

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: String BotMemberAliasName: String BotMemberId: String BotMemberName: String BotMemberVersion: String

Properties

BotMemberAliasId

The alias ID of a bot that is a member of this network of bots.

Required: Yes

Type: String

Minimum: 10

Maximum: 10

Update requires: No interruption

BotMemberAliasName

The alias name of a bot that is a member of this network of bots.

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption

BotMemberId

The unique ID of a bot that is a member of this network of bots.

Required: Yes

Type: String

Minimum: 10

Maximum: 10

Update requires: No interruption

BotMemberName

The unique name of a bot that is a member of this network of bots.

Required: Yes

Type: String

Minimum: 1

Maximum: 100

Update requires: No interruption

BotMemberVersion

The version of a bot that is a member of this network of bots.

Required: Yes

Type: String

Minimum: 1

Maximum: 5

Update requires: No interruption