ReceiptIpFilter class
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.
Constructors
- ReceiptIpFilter({required String cidr, required ReceiptFilterPolicy policy})
- ReceiptIpFilter.fromXml(XmlElement elem)
-
factory
Properties
- cidr → String
-
A single IP address or a range of IP addresses that you want to block or
allow, specified in Classless Inter-Domain Routing (CIDR) notation. An
example of a single email address is 10.0.0.1. An example of a range of IP
addresses is 10.0.0.1/24. For more information about CIDR notation, see RFC 2317.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- policy → ReceiptFilterPolicy
-
Indicates whether to block or allow incoming mail from the specified IP
addresses.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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