Interface CfnApplication.IInputProcessingConfigurationProperty
For an SQL-based Amazon Kinesis Data Analytics application, describes a processor that is used to preprocess the records in the stream before being processed by your application code.
Namespace: Amazon.CDK.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInputProcessingConfigurationProperty
Syntax (vb)
Public Interface IInputProcessingConfigurationProperty
Remarks
Currently, the only input processor available is Amazon Lambda .
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 inputProcessingConfigurationProperty = new InputProcessingConfigurationProperty {
InputLambdaProcessor = new InputLambdaProcessorProperty {
ResourceArn = "resourceArn"
}
};
Synopsis
Properties
Input |
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code. |
Properties
InputLambdaProcessor
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code.
virtual object InputLambdaProcessor { get; }
Property Value
System.