FlowNodeInput
Contains configurations for an input to a node.
Contents
- 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.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Required: Yes
- name
-
A name for the input that you can reference.
Type: String
Pattern:
^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$
Required: Yes
- type
-
The data type of the input. If the input doesn't match this type at runtime, a validation error will be thrown.
Type: String
Valid Values:
String | Number | Boolean | Object | Array
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: