UserPoolVerificationMessageTemplate

data class UserPoolVerificationMessageTemplate(val defaultEmailOption: String? = null, val emailMessage: String? = null, val emailMessageByLink: String? = null, val emailSubject: String? = null, val emailSubjectByLink: String? = null, val smsMessage: String? = null)

Constructors

Link copied to clipboard
constructor(defaultEmailOption: String? = null, emailMessage: String? = null, emailMessageByLink: String? = null, emailSubject: String? = null, emailSubjectByLink: String? = null, smsMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of verification emails to contain a clickable link or a verification code. For link, your template body must contain link text in the format {##Click here##} . "Click here" in the example is a customizable string. For code, your template body must contain a code placeholder in the format {####} .

Link copied to clipboard
val emailMessage: String? = null

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.

Link copied to clipboard

The email message template for sending a confirmation link to the user. You can set an EmailMessageByLink 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.

Link copied to clipboard
val emailSubject: String? = null

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.

Link copied to clipboard

The subject line for the email message template for sending a confirmation link to the user. You can set an EmailSubjectByLink 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.

Link copied to clipboard
val smsMessage: String? = null

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