User Pool Email Configuration Args
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
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.