View a markdown version of this page

AWS::Lex::Bot BotMember - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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