AWS::SES::MailManagerTrafficPolicy PolicyStatement - 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::MailManagerTrafficPolicy PolicyStatement

The structure containing traffic policy conditions and actions.

Syntax

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

JSON

{ "Action" : String, "Conditions" : [ PolicyCondition, ... ] }

Properties

Action

The action that informs a traffic policy resource to either allow or block the email if it matches a condition in the policy statement.

Required: Yes

Type: String

Allowed values: ALLOW | DENY

Update requires: No interruption

Conditions

The list of conditions to apply to incoming messages for filtering email traffic.

Required: Yes

Type: Array of PolicyCondition

Minimum: 1

Update requires: No interruption