AWS::SES::MailManagerRuleSet ArchiveAction - 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 ArchiveAction

The action to archive the email by delivering the email to an Amazon SES archive.

Syntax

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

JSON

{ "ActionFailurePolicy" : String, "TargetArchive" : String }

YAML

ActionFailurePolicy: String TargetArchive: String

Properties

ActionFailurePolicy

A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.

Required: No

Type: String

Allowed values: CONTINUE | DROP

Update requires: No interruption

TargetArchive

The identifier of the archive to send the email to.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9:_/+=,@.#-]+$

Minimum: 1

Maximum: 2048

Update requires: No interruption