Class LambdaFunctionFlowNodeConfiguration

java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.LambdaFunctionFlowNodeConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<LambdaFunctionFlowNodeConfiguration.Builder,LambdaFunctionFlowNodeConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class LambdaFunctionFlowNodeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaFunctionFlowNodeConfiguration.Builder,LambdaFunctionFlowNodeConfiguration>

Contains configurations for a Lambda function node in the flow. You specify the Lambda function to invoke and the inputs into the function. The output is the response that is defined in the Lambda function. For more information, see Node types in Amazon Bedrock works in the Amazon Bedrock User Guide.

See Also:
  • Method Details