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 AWS 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