User Pool Verification Message Template Args
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>
Properties
Link copied to clipboard
Default email option. Must be either CONFIRM_WITH_CODE or CONFIRM_WITH_LINK. Defaults to CONFIRM_WITH_CODE.
Link copied to clipboard
Email message template. Must contain the {####} placeholder. Conflicts with email_verification_message argument.
Link copied to clipboard
Email message template for sending a confirmation link to the user, it must contain the {##Click Here##} placeholder.
Link copied to clipboard
Subject line for the email message template. Conflicts with email_verification_subject argument.
Link copied to clipboard
Subject line for the email message template for sending a confirmation link to the user.
Link copied to clipboard
SMS message template. Must contain the {####} placeholder. Conflicts with sms_verification_message argument.