aws-cdk-lib.aws_kinesisanalyticsv2.CfnApplication.InputLambdaProcessorProperty

interface InputLambdaProcessorProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisAnalyticsV2.CfnApplication.InputLambdaProcessorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalyticsv2#CfnApplication_InputLambdaProcessorProperty
Javasoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.InputLambdaProcessorProperty
Pythonaws_cdk.aws_kinesisanalyticsv2.CfnApplication.InputLambdaProcessorProperty
TypeScript aws-cdk-lib » aws_kinesisanalyticsv2 » 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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisanalyticsv2 as kinesisanalyticsv2 } from 'aws-cdk-lib';
const inputLambdaProcessorProperty: kinesisanalyticsv2.CfnApplication.InputLambdaProcessorProperty = {
  resourceArn: 'resourceArn',
};

Properties

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

resourceArn

Type: string

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

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