interface LambdaOutputProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.KinesisAnalyticsV2.CfnApplicationOutput.LambdaOutputProperty |
Java | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationOutput.LambdaOutputProperty |
Python | aws_cdk.aws_kinesisanalyticsv2.CfnApplicationOutput.LambdaOutputProperty |
TypeScript | @aws-cdk/aws-kinesisanalyticsv2 » CfnApplicationOutput » LambdaOutputProperty |
When you configure a SQL-based Kinesis Data Analytics application's output, identifies an Amazon Lambda function as the destination.
You provide the function Amazon Resource Name (ARN) of the Lambda function.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as kinesisanalyticsv2 from '@aws-cdk/aws-kinesisanalyticsv2';
const lambdaOutputProperty: kinesisanalyticsv2.CfnApplicationOutput.LambdaOutputProperty = {
resourceArn: 'resourceArn',
};
Properties
Name | Type | Description |
---|---|---|
resource | string | The Amazon Resource Name (ARN) of the destination Lambda function to write to. |
resourceArn
Type:
string
The Amazon Resource Name (ARN) of the destination Lambda function to write to.
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