Interface CfnFlowPropsMixin.ILambdaFunctionFlowNodeConfigurationProperty
Contains configurations for a Lambda function node in the flow.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.ILambdaFunctionFlowNodeConfigurationProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.ILambdaFunctionFlowNodeConfigurationProperty
Remarks
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.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Bedrock;
var lambdaFunctionFlowNodeConfigurationProperty = new LambdaFunctionFlowNodeConfigurationProperty {
LambdaArn = "lambdaArn"
};
Synopsis
Properties
| LambdaArn | The Amazon Resource Name (ARN) of the Lambda function to invoke. |
Properties
LambdaArn
The Amazon Resource Name (ARN) of the Lambda function to invoke.
string? LambdaArn { get; }