ApplicationInputLambdaProcessorArgs

data class ApplicationInputLambdaProcessorArgs(val resourceArn: Output<String>) : ConvertibleToJava<ApplicationInputLambdaProcessorArgs>

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.

Constructors

Link copied to clipboard
constructor(resourceArn: Output<String>)

Properties

Link copied to clipboard
val resourceArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ApplicationInputLambdaProcessorArgs