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

LambdaConfiguration

import type { LambdaConfiguration } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";

Contains information about a Lambda configuration.

interface LambdaConfiguration {
LambdaArn: string;
RoleArn: string;
}

§Properties

§
LambdaArn: string
[src]

The ARN of the Lambda function.

§
RoleArn: string
[src]

The ARN of an IAM role that has permission to invoke the Lambda function.