ReceiptAction class

An action that Amazon SES can take when it receives an email on behalf of one or more email addresses or domains that you own. An instance of this data type can represent only one action.

For information about setting up receipt rules, see the Amazon SES Developer Guide.

Constructors

ReceiptAction({AddHeaderAction? addHeaderAction, BounceAction? bounceAction, LambdaAction? lambdaAction, S3Action? s3Action, SNSAction? sNSAction, StopAction? stopAction, WorkmailAction? workmailAction})
ReceiptAction.fromXml(XmlElement elem)
factory

Properties

addHeaderAction AddHeaderAction?
Adds a header to the received email.
final
bounceAction BounceAction?
Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).
final
hashCode int
The hash code for this object.
no setterinherited
lambdaAction LambdaAction?
Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Action S3Action?
Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.
final
sNSAction SNSAction?
Publishes the email content within a notification to Amazon SNS.
final
stopAction StopAction?
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.
final
workmailAction WorkmailAction?
Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.
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