ReceiptIpFilter
public struct ReceiptIpFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let cidr: String
-
Indicates whether to block or allow incoming mail from the specified IP addresses.
Declaration
Swift
public let policy: ReceiptFilterPolicy
-
Undocumented
Declaration
Swift
public init(cidr: String, policy: ReceiptFilterPolicy)