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

LambdaAvailabilityProvider

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

Describes a Lambda based availability provider.

interface LambdaAvailabilityProvider {
LambdaArn: string;
}

§Properties

§
LambdaArn: string
[src]

The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider.