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

Contains configurations for an input in an Amazon Bedrock Flows node.

Syntax

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

JSON

{ "Expression" : String, "Name" : String, "Type" : String }

YAML

Expression: String Name: String Type: String

Properties

Expression

An expression that formats the input for the node. For an explanation of how to create expressions, see Expressions in Prompt flows in Amazon Bedrock.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

Name

Specifies a name for the input that you can reference.

Required: Yes

Type: String

Pattern: ^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$

Update requires: No interruption

Type

Specifies the data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.

Required: Yes

Type: String

Allowed values: String | Number | Boolean | Object | Array

Update requires: No interruption