PolicyCondition - Amazon SES Mail Manager API
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

Ipv6Expression

This represents an IPv6 based condition matching on the incoming mail. It performs the operation configured in 'Operator' and evaluates the 'Protocol' object against the 'Value'.

Type: IngressIpv6Expression 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: