AWS::SES::MailManagerRuleSet SendAction - AWS CloudFormation

AWS::SES::MailManagerRuleSet SendAction

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

Syntax

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