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

This action to delivers an email to a mailbox.

Syntax

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

JSON

{ "ActionFailurePolicy" : String, "MailboxArn" : String, "RoleArn" : String }

YAML

ActionFailurePolicy: String MailboxArn: String RoleArn: 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 mailbox ARN is no longer valid.

Required: No

Type: String

Allowed values: CONTINUE | DROP

Update requires: No interruption

MailboxArn

The Amazon Resource Name (ARN) of a WorkMail organization to deliver the email to.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 2048

Update requires: No interruption

RoleArn

The Amazon Resource Name (ARN) of an IAM role to use to execute this action. The role must have access to the workmail:DeliverToMailbox API.

Required: Yes

Type: String

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

Minimum: 20

Maximum: 2048

Update requires: No interruption