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

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SES::MailManagerTrafficPolicy PolicyStatement

The structure containing traffic policy conditions and actions.

Syntax

To declare this entity in your 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