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

Sends the email to the internet using the ses:SendRawEmail API.

Syntax

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

JSON

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

YAML

ActionFailurePolicy: 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 caller does not have the permissions to call the sendRawEmail API.

Required: No

Type: String

Allowed values: CONTINUE | DROP

Update requires: No interruption

RoleArn

The Amazon Resource Name (ARN) of the role to use for this action. This role must have access to the ses:SendRawEmail API.

Required: Yes

Type: String

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

Minimum: 20

Maximum: 2048

Update requires: No interruption