Show / Hide Table of Contents

Class CfnApplication.InputLambdaProcessorProperty

An object that contains the Amazon Resource Name (ARN) of the Amazon Lambda function that is used to preprocess records in the stream in a SQL-based Kinesis Data Analytics application.

Inheritance
System.Object
CfnApplication.InputLambdaProcessorProperty
Implements
CfnApplication.IInputLambdaProcessorProperty
Namespace: Amazon.CDK.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.AWS.KinesisAnalyticsV2.dll
Syntax (csharp)
public class InputLambdaProcessorProperty : Object, CfnApplication.IInputLambdaProcessorProperty
Syntax (vb)
Public Class InputLambdaProcessorProperty
    Inherits Object
    Implements CfnApplication.IInputLambdaProcessorProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-inputlambdaprocessor.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.KinesisAnalyticsV2;

var inputLambdaProcessorProperty = new InputLambdaProcessorProperty {
    ResourceArn = "resourceArn"
};

Synopsis

Constructors

InputLambdaProcessorProperty()

Properties

ResourceArn

The ARN of the Amazon Lambda function that operates on records in the stream.

Constructors

InputLambdaProcessorProperty()

public InputLambdaProcessorProperty()

Properties

ResourceArn

The ARN of the Amazon Lambda function that operates on records in the stream.

public string ResourceArn { get; set; }
Property Value

System.String

Remarks

To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: Amazon Lambda

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-inputlambdaprocessor.html#cfn-kinesisanalyticsv2-application-inputlambdaprocessor-resourcearn

Implements

CfnApplication.IInputLambdaProcessorProperty
Back to top Generated by DocFX