ReceiptFilter

A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.

For information about setting up IP address filters, see the Amazon SES Developer Guide.

Types

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

Properties

Link copied to clipboard

A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

Link copied to clipboard

The name of the IP address filter. The name must meet the following requirements:

Functions

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