ReceiptAction

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Adds a header to the received email.

Link copied to clipboard

Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

Link copied to clipboard

Calls an Amazon Web Services Lambda function, and optionally, publishes a notification to Amazon SNS.

Link copied to clipboard

Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

Link copied to clipboard

Publishes the email content within a notification to Amazon SNS.

Link copied to clipboard

Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

Link copied to clipboard

Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

Functions

Link copied to clipboard
inline fun copy(block: ReceiptAction.Builder.() -> Unit = {}): ReceiptAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String