RuleCondition
The conditional expression used to evaluate an email for determining if a rule action should be taken.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- BooleanExpression
-
The condition applies to a boolean expression passed in this field.
Type: RuleBooleanExpression object
Required: No
- DmarcExpression
-
The condition applies to a DMARC policy expression passed in this field.
Type: RuleDmarcExpression object
Required: No
- IpExpression
-
The condition applies to an IP address expression passed in this field.
Type: RuleIpExpression object
Required: No
- NumberExpression
-
The condition applies to a number expression passed in this field.
Type: RuleNumberExpression object
Required: No
- StringExpression
-
The condition applies to a string expression passed in this field.
Type: RuleStringExpression object
Required: No
- VerdictExpression
-
The condition applies to a verdict expression passed in this field.
Type: RuleVerdictExpression object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: