EmailConfigurationType class

The email configuration type.

Constructors

EmailConfigurationType({String? configurationSet, EmailSendingAccountType? emailSendingAccount, String? from, String? replyToEmailAddress, String? sourceArn})
EmailConfigurationType.fromJson(Map<String, dynamic> json)
factory

Properties

configurationSet String?
The set of configuration rules that can be applied to emails sent using Amazon SES. A configuration set is applied to an email by including a reference to the configuration set in the headers of the email. Once applied, all of the rules in that configuration set are applied to the email. Configuration sets can be used to apply the following types of rules to emails:
final
emailSendingAccount EmailSendingAccountType?
Specifies whether Amazon Cognito emails your users by using its built-in email functionality or your Amazon SES email configuration. Specify one of the following values:
final
from String?
Identifies either the sender’s email address or the sender’s name with their email address. For example, testuser@example.com or Test User <testuser@example.com>. This address will appear before the body of the email.
final
hashCode int
The hash code for this object.
no setterinherited
replyToEmailAddress String?
The destination to which the receiver of the email should reply to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceArn String?
The Amazon Resource Name (ARN) of a verified email address in Amazon SES. This email address is used in one of the following ways, depending on the value that you specify for the EmailSendingAccount parameter:
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited