Class: Aws::BedrockAgent::Types::FlowDataConnectionConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::FlowDataConnectionConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
The configuration of a connection originating from a node that isn’t a Condition node.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_output  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the output in the source node that the connection begins from.
 - 
  
    
      #target_input  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the input in the target node that the connection ends at.
 
Instance Attribute Details
#source_output ⇒ String
The name of the output in the source node that the connection begins from.
      3029 3030 3031 3032 3033 3034  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3029 class FlowDataConnectionConfiguration < Struct.new( :source_output, :target_input) SENSITIVE = [] include Aws::Structure end  | 
  
#target_input ⇒ String
The name of the input in the target node that the connection ends at.
      3029 3030 3031 3032 3033 3034  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 3029 class FlowDataConnectionConfiguration < Struct.new( :source_output, :target_input) SENSITIVE = [] include Aws::Structure end  |