AWS::Bedrock::FlowVersion LexFlowNodeConfiguration - AWS CloudFormation

AWS::Bedrock::FlowVersion 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 AWS 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