AWS::Bedrock::Flow LexFlowNodeConfiguration - 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).

AWS::Bedrock::Flow LexFlowNodeConfiguration

Contains configurations for a Lex node in the flow. You specify a Amazon Lex bot to invoke. This node takes an utterance as the input and returns as the output the intent identified by the Amazon Lex bot. For more information, see Node types in Amazon Bedrock works in the Amazon Bedrock User Guide.

Syntax

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

JSON

{ "BotAliasArn" : String, "LocaleId" : String }

YAML

BotAliasArn: String LocaleId: String

Properties

BotAliasArn

The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.

Required: Yes

Type: String

Pattern: ^arn:aws(|-us-gov):lex:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:bot-alias/[0-9a-zA-Z]+/[0-9a-zA-Z]+$

Maximum: 78

Update requires: No interruption

LocaleId

The Region to invoke the Amazon Lex bot in.

Required: Yes

Type: String

Minimum: 1

Maximum: 10

Update requires: No interruption