AWS::SES::MailManagerRuleSet RuleIpExpression - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SES::MailManagerRuleSet RuleIpExpression

An IP address expression matching certain IP addresses within a given range of IP addresses.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Evaluate" : RuleIpToEvaluate, "Operator" : String, "Values" : [ String, ... ] }

YAML

Evaluate: RuleIpToEvaluate Operator: String Values: - String

Properties

Evaluate

The IP address to evaluate in this condition.

Required: Yes

Type: RuleIpToEvaluate

Update requires: No interruption

Operator

The operator to evaluate the IP address.

Required: Yes

Type: String

Allowed values: CIDR_MATCHES | NOT_CIDR_MATCHES

Update requires: No interruption

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.

Required: Yes

Type: Array of String

Minimum: 1 | 1

Maximum: 18 | 10

Update requires: No interruption