Show / Hide Table of Contents

Class CfnPipe.PipeTargetLambdaFunctionParametersProperty

The parameters for using a Lambda function as a target.

Inheritance
System.Object
CfnPipe.PipeTargetLambdaFunctionParametersProperty
Implements
CfnPipe.IPipeTargetLambdaFunctionParametersProperty
Namespace: Amazon.CDK.AWS.Pipes
Assembly: Amazon.CDK.AWS.Pipes.dll
Syntax (csharp)
public class PipeTargetLambdaFunctionParametersProperty : Object, CfnPipe.IPipeTargetLambdaFunctionParametersProperty
Syntax (vb)
Public Class PipeTargetLambdaFunctionParametersProperty
    Inherits Object
    Implements CfnPipe.IPipeTargetLambdaFunctionParametersProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-pipetargetlambdafunctionparameters.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.AWS.Pipes;

var pipeTargetLambdaFunctionParametersProperty = new PipeTargetLambdaFunctionParametersProperty {
    InvocationType = "invocationType"
};

Synopsis

Constructors

PipeTargetLambdaFunctionParametersProperty()

Properties

InvocationType

Specify whether to invoke the function synchronously or asynchronously.

Constructors

PipeTargetLambdaFunctionParametersProperty()

public PipeTargetLambdaFunctionParametersProperty()

Properties

InvocationType

Specify whether to invoke the function synchronously or asynchronously.

public string InvocationType { get; set; }
Property Value

System.String

Remarks

    For more information, see Invocation types in the Amazon EventBridge User Guide .

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-pipetargetlambdafunctionparameters.html#cfn-pipes-pipe-pipetargetlambdafunctionparameters-invocationtype

    Implements

    CfnPipe.IPipeTargetLambdaFunctionParametersProperty
    Back to top Generated by DocFX