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

Function

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

Information about a Lambda function.

interface Function {
FunctionArn?: string | null;
FunctionConfiguration?: FunctionConfiguration | null;
Id: string;
}

§Properties

§
FunctionArn?: string | null
[src]

The ARN of the Lambda function.

§
FunctionConfiguration?: FunctionConfiguration | null
[src]

The configuration of the Lambda function.

§
Id: string
[src]

A descriptive or arbitrary ID for the function. This value must be unique within the function definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.