AWS::Bedrock::FlowVersion FlowNodeOutput
Contains configurations for an output from a node.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
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