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

VerificationMessageTemplateType

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

The template for verification messages.

interface VerificationMessageTemplateType {
DefaultEmailOption?: DefaultEmailOptionType | null;
EmailMessage?: string | null;
EmailMessageByLink?: string | null;
EmailSubject?: string | null;
EmailSubjectByLink?: string | null;
SmsMessage?: string | null;
}

§Properties

§
DefaultEmailOption?: DefaultEmailOptionType | null
[src]

The default email option.

§
EmailMessage?: string | null
[src]

The template for email messages that Amazon Cognito sends to your users. You can set an EmailMessage template only if the value of EmailSendingAccount is DEVELOPER. When your EmailSendingAccount is DEVELOPER, your user pool sends email messages with your own Amazon SES configuration.

§
EmailSubject?: string | null
[src]

The subject line for the email message template. You can set an EmailSubject template only if the value of EmailSendingAccount is DEVELOPER. When your EmailSendingAccount is DEVELOPER, your user pool sends email messages with your own Amazon SES configuration.

§
SmsMessage?: string | null
[src]

The template for SMS messages that Amazon Cognito sends to your users.