Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-lambdafunctionflownodeconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-lambdafunctionflownodeconfiguration.html#cfn-bedrock-flow-lambdafunctionflownodeconfiguration-lambdaarn

Back to top Generated by DocFX