UserPoolEmailConfiguration

data class UserPoolEmailConfiguration(val configurationSet: String? = null, val emailSendingAccount: String? = null, val fromEmailAddress: String? = null, val replyToEmailAddress: String? = null, val sourceArn: String? = null)

Constructors

Link copied to clipboard
constructor(configurationSet: String? = null, emailSendingAccount: String? = null, fromEmailAddress: String? = null, replyToEmailAddress: String? = null, sourceArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Email configuration set name from SES.

Link copied to clipboard

Email delivery method to use. COGNITO_DEFAULT for the default email functionality built into Cognito or DEVELOPER to use your Amazon SES configuration. Required to be DEVELOPER if from_email_address is set.

Link copied to clipboard

Sender’s email address or sender’s display name with their email address (e.g., john@example.com, John Smith <john@example.com> or \"John Smith Ph.D.\" <john@example.com>). Escaped double quotes are required around display names that contain certain characters as specified in RFC 5322.

Link copied to clipboard

REPLY-TO email address.

Link copied to clipboard
val sourceArn: String? = null

ARN of the SES verified email identity to use. Required if email_sending_account is set to DEVELOPER.