Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InputProcessingConfigurationDescription

import type { InputProcessingConfigurationDescription } from "https://aws-api.deno.dev/v0.4/services/kinesisanalytics.ts?docs=full";

Provides configuration information about an input processor. Currently, the only input processor available is AWS Lambda.

interface InputProcessingConfigurationDescription {
InputLambdaProcessorDescription?: InputLambdaProcessorDescription | null;
}

§Properties

§
InputLambdaProcessorDescription?: InputLambdaProcessorDescription | null
[src]

Provides configuration information about the associated InputLambdaProcessorDescription.