AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
An IP address expression matching certain IP addresses within a given range of IP addresses.
Namespace: Amazon.MailManager.Model
Assembly: AWSSDK.MailManager.dll
Version: 3.x.y.z
public class RuleIpExpression
The RuleIpExpression type exposes the following members
Name | Description | |
---|---|---|
RuleIpExpression() |
Name | Type | Description | |
---|---|---|---|
Evaluate | Amazon.MailManager.Model.RuleIpToEvaluate |
Gets and sets the property Evaluate. The IP address to evaluate in this condition. |
|
Operator | Amazon.MailManager.RuleIpOperator |
Gets and sets the property Operator. The operator to evaluate the IP address. |
|
Values | System.Collections.Generic.List<System.String> |
Gets and sets the property Values. The IP CIDR blocks in format "x.y.z.w/n" (eg 10.0.0.0/8) to match with the email's IP address. For the operator CIDR_MATCHES, if multiple values are given, they are evaluated as an OR. That is, if the IP address is contained within any of the given CIDR ranges, the condition is deemed to match. For NOT_CIDR_MATCHES, if multiple CIDR ranges are given, the condition is deemed to match if the IP address is not contained in any of the given CIDR ranges. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5