AWS::SES::MailManagerTrafficPolicy PolicyStatement - AWS CloudFormation

AWS::SES::MailManagerTrafficPolicy PolicyStatement

The structure containing traffic policy conditions and actions.

Syntax

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