UserPoolVerificationMessageTemplateArgs

data class UserPoolVerificationMessageTemplateArgs(val defaultEmailOption: Output<String>? = null, val emailMessage: Output<String>? = null, val emailMessageByLink: Output<String>? = null, val emailSubject: Output<String>? = null, val emailSubjectByLink: Output<String>? = null, val smsMessage: Output<String>? = null) : ConvertibleToJava<UserPoolVerificationMessageTemplateArgs>

Constructors

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

Properties

Link copied to clipboard
val defaultEmailOption: Output<String>? = null

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: Output<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
val emailMessageByLink: Output<String>? = null

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: Output<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
val emailSubjectByLink: Output<String>? = null

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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): UserPoolVerificationMessageTemplateArgs