PolicyCondition
The email traffic filtering conditions which are contained in a traffic policy resource.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- BooleanExpression
-
This represents a boolean type condition matching on the incoming mail. It performs the boolean operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.
Type: IngressBooleanExpression object
Required: No
- IpExpression
-
This represents an IP based condition matching on the incoming mail. It performs the operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.
Type: IngressIpv4Expression object
Required: No
- StringExpression
-
This represents a string based condition matching on the incoming mail. It performs the string operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.
Type: IngressStringExpression object
Required: No
- TlsExpression
-
This represents a TLS based condition matching on the incoming mail. It performs the operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.
Type: IngressTlsProtocolExpression object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: