IngressStringExpression
The structure for a string based condition matching on the incoming mail.
Contents
- Evaluate
-
The left hand side argument of a string condition expression.
Type: IngressStringToEvaluate object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- Operator
-
The matching operator for a string condition expression.
Type: String
Valid Values:
EQUALS | NOT_EQUALS | STARTS_WITH | ENDS_WITH | CONTAINS
Required: Yes
- Values
-
The right hand side argument of a string condition expression.
Type: Array of strings
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: