verificationMessageTemplate

@JvmName(name = "ixkvpelqcgpdmqsg")
suspend fun verificationMessageTemplate(value: Output<UserPoolVerificationMessageTemplateArgs>)
@JvmName(name = "aerkcqibnmdachin")
suspend fun verificationMessageTemplate(value: UserPoolVerificationMessageTemplateArgs?)

Parameters

value

The template for the verification message that your user pool delivers to users who set an email address or phone number attribute. Set the email message type that corresponds to your DefaultEmailOption selection. For CONFIRM_WITH_LINK , specify an EmailMessageByLink and leave EmailMessage blank. For CONFIRM_WITH_CODE , specify an EmailMessage and leave EmailMessageByLink blank. When you supply both parameters with either choice, Amazon Cognito returns an error.


@JvmName(name = "jknjtuegxrdkeuye")
suspend fun verificationMessageTemplate(argument: suspend UserPoolVerificationMessageTemplateArgsBuilder.() -> Unit)

Parameters

argument

The template for the verification message that your user pool delivers to users who set an email address or phone number attribute. Set the email message type that corresponds to your DefaultEmailOption selection. For CONFIRM_WITH_LINK , specify an EmailMessageByLink and leave EmailMessage blank. For CONFIRM_WITH_CODE , specify an EmailMessage and leave EmailMessageByLink blank. When you supply both parameters with either choice, Amazon Cognito returns an error.