UserPoolEmailMfaConfiguration

data class UserPoolEmailMfaConfiguration(val message: String? = null, val subject: String? = null)

Constructors

Link copied to clipboard
constructor(message: String? = null, subject: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

The template for the email messages that your user pool sends to users with codes for MFA and sign-in with email OTPs. The message must contain the {####} placeholder. In the message, Amazon Cognito replaces this placeholder with the code. If you don't provide this parameter, Amazon Cognito sends messages in the default format.

Link copied to clipboard
val subject: String? = null

The subject of the email messages that your user pool sends to users with codes for MFA and email OTP sign-in.