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

Settings

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

The settings of your MFA configuration for the backend of your Amplify project.

interface Settings {
MfaTypes?: MfaTypesElement[] | null;
SmsMessage?: string | null;
}

§Properties

§
MfaTypes?: MfaTypesElement[] | null
[src]

The supported MFA types.

§
SmsMessage?: string | null
[src]

The body of the SMS message.