AWS::SES::MailManagerTrafficPolicy IngressIpv4Expression - 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::MailManagerTrafficPolicy IngressIpv4Expression

The union type representing the allowed types for the left hand side of an IP condition.

Syntax

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

JSON

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

YAML

Evaluate: IngressIpToEvaluate Operator: String Values: - String

Properties

Evaluate

The left hand side argument of an IP condition expression.

Required: Yes

Type: IngressIpToEvaluate

Update requires: No interruption

Operator

The matching operator for an IP condition expression.

Required: Yes

Type: String

Allowed values: CIDR_MATCHES | NOT_CIDR_MATCHES

Update requires: No interruption

Values

The right hand side argument of an IP condition expression.

Required: Yes

Type: Array of String

Update requires: No interruption