AWS::SES::MailManagerRuleSet RuleDmarcExpression - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SES::MailManagerRuleSet RuleDmarcExpression

A DMARC policy expression. The condition matches if the given DMARC policy matches that of the incoming email.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Operator" : String, "Values" : [ String, ... ] }

YAML

Operator: String Values: - String

Properties

Operator

The operator to apply to the DMARC policy of the incoming email.

Required: Yes

Type: String

Allowed values: EQUALS | NOT_EQUALS

Update requires: No interruption

Values

The values to use for the given DMARC policy operator. For the operator EQUALS, if multiple values are given, they are evaluated as an OR. That is, if any of the given values match, the condition is deemed to match. For the operator NOT_EQUALS, if multiple values are given, they are evaluated as an AND. That is, only if the email's DMARC policy is not equal to any of the given values, then the condition is deemed to match.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 10

Update requires: No interruption