Amazon Simple Email Service ReceiptRule AddHeaderAction
The
AddHeaderAction property type add a header to email it recieves on behalf of one or more email addresses
or domains that you own.
AddHeaderAction is a property of the Amazon Simple Email Service ReceiptRule Action property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "HeaderValue" :String, "HeaderName" :String}
YAML
HeaderValue:StringHeaderName:String
Properties
HeaderName-
The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
Required: Yes
Type: String
Update requires: No interruption
HeaderValue-
Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").
Required: Yes
Type: String
Update requires: No interruption
See Also
-
Creating Receipt Rules for Amazon SES Email Receiving in the Amazon Simple Email Service Developer Guide
-
CreateReceiptRule in the Amazon Simple Email Service API Reference
-
AddHeaderAction in the Amazon Simple Email Service API Reference
