AWS::Bedrock::Flow FlowNodeOutput - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Bedrock::Flow FlowNodeOutput

Contains configurations for an output from a node.

Syntax

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

JSON

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

YAML

Name: String Type: String

Properties

Name

A name for the output that you can reference.

Required: Yes

Type: String

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

Update requires: No interruption

Type

The data type of the output. If the output 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