UserPoolEmailMfaConfigurationArgs

data class UserPoolEmailMfaConfigurationArgs(val message: Output<String>? = null, val subject: Output<String>? = null) : ConvertibleToJava<UserPoolEmailMfaConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val message: Output<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: Output<String>? = null

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

Functions

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