AWS::SES::MailManagerRuleSet AddHeaderAction - AWS CloudFormation

AWS::SES::MailManagerRuleSet AddHeaderAction

The action to add a header to a message. When executed, this action will add the given header to the message.

Syntax

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

JSON

{ "HeaderName" : String, "HeaderValue" : String }

YAML

HeaderName: String HeaderValue: String

Properties

HeaderName

The name of the header to add to an email. The header must be prefixed with "X-". Headers are added regardless of whether the header name pre-existed in the email.

Required: Yes

Type: String

Pattern: ^[xX]\-[a-zA-Z0-9\-]+$

Minimum: 1

Maximum: 64

Update requires: No interruption

HeaderValue

The value of the header to add to the email.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption