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