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

InputLambdaProcessorDescription

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

An object that contains the Amazon Resource Name (ARN) of the AWS Lambda function that is used to preprocess records in the stream, and the ARN of the IAM role that is used to access the AWS Lambda expression.

interface InputLambdaProcessorDescription {
ResourceARN?: string | null;
RoleARN?: string | null;
}

§Properties

§
ResourceARN?: string | null
[src]

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

§
RoleARN?: string | null
[src]

The ARN of the IAM role that is used to access the AWS Lambda function.