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

CustomEmailLambdaVersionConfigType

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

A custom email sender Lambda configuration type.

interface CustomEmailLambdaVersionConfigType {
LambdaArn: string;
}

§Properties

§
LambdaArn: string
[src]

The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send email notifications to users.

§

Signature of the "request" attribute in the "event" information Amazon Cognito passes to your custom email Lambda function. The only supported value is V1_0.