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

CustomSMSLambdaVersionConfigType

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

A custom SMS sender Lambda configuration type.

interface CustomSMSLambdaVersionConfigType {
LambdaArn: string;
}

§Properties

§
LambdaArn: string
[src]

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

§

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