Class: Aws::BedrockAgent::Types::FlowDataConnectionConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#source_outputString

The name of the output in the source node that the connection begins from.

Returns:

  • (String)


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_inputString

The name of the input in the target node that the connection ends at.

Returns:

  • (String)


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