Module Values.LambdaFunctionFlowNodeConfigurationSource

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 a flow in the Amazon Bedrock User Guide.

Sourcetype nonrec t = {
  1. lambdaArn : FlowLambdaArn.t;
    (*

    The Amazon Resource Name (ARN) of the Lambda function to invoke.

    *)
}
Sourceval context_ : string
Sourceval make : lambdaArn:FlowLambdaArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FlowLambdaArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t