UserPoolEmailConfigurationArgs

data class UserPoolEmailConfigurationArgs(val configurationSet: Output<String>? = null, val emailSendingAccount: Output<String>? = null, val fromEmailAddress: Output<String>? = null, val replyToEmailAddress: Output<String>? = null, val sourceArn: Output<String>? = null) : ConvertibleToJava<UserPoolEmailConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val configurationSet: Output<String>? = null

Email configuration set name from SES.

Link copied to clipboard
val emailSendingAccount: Output<String>? = null

Email delivery method to use. COGNITO_DEFAULT for the default email functionality built into Cognito or DEVELOPER to use your Amazon SES configuration.

Link copied to clipboard
val fromEmailAddress: Output<String>? = null

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
val replyToEmailAddress: Output<String>? = null

REPLY-TO email address.

Link copied to clipboard
val sourceArn: Output<String>? = null

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

Functions

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