BounceAction

When included in a receipt rule, this action rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

For information about sending a bounce message in response to a received email, see the Amazon SES Developer Guide.

Types

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

Properties

Link copied to clipboard

Human-readable text to include in the bounce message.

Link copied to clipboard

The email address of the sender of the bounced email. This is the address from which the bounce message is sent.

Link copied to clipboard

The SMTP reply code, as defined by RFC 5321.

Link copied to clipboard

The SMTP enhanced status code, as defined by RFC 3463.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is taken. You can find the ARN of a topic by using the ListTopics operation in Amazon SNS.

Functions

Link copied to clipboard
inline fun copy(block: BounceAction.Builder.() -> Unit = {}): BounceAction
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