

# FlowTraceNodeInputSource
<a name="API_agent-runtime_FlowTraceNodeInputSource"></a>

Represents the source of input data for a flow trace node field.

## Contents
<a name="API_agent-runtime_FlowTraceNodeInputSource_Contents"></a>

 ** expression **   <a name="bedrock-Type-agent-runtime_FlowTraceNodeInputSource-expression"></a>
The expression used to extract data from the source.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Required: Yes

 ** nodeName **   <a name="bedrock-Type-agent-runtime_FlowTraceNodeInputSource-nodeName"></a>
The name of the source node that provides the input data.  
Type: String  
Pattern: `[a-zA-Z]([_]?[0-9a-zA-Z]){0,99}`   
Required: Yes

 ** outputFieldName **   <a name="bedrock-Type-agent-runtime_FlowTraceNodeInputSource-outputFieldName"></a>
The name of the output field from the source node.  
Type: String  
Pattern: `[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}`   
Required: Yes

## See Also
<a name="API_agent-runtime_FlowTraceNodeInputSource_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/bedrock-agent-runtime-2023-07-26/FlowTraceNodeInputSource) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-agent-runtime-2023-07-26/FlowTraceNodeInputSource) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-agent-runtime-2023-07-26/FlowTraceNodeInputSource) 