AWS::Pinpoint::Campaign CampaignEmailMessage - 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::Pinpoint::Campaign CampaignEmailMessage

Specifies the content and "From" address for an email message that's sent to recipients of a campaign.

Syntax

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

JSON

{ "Body" : String, "FromAddress" : String, "HtmlBody" : String, "Title" : String }

YAML

Body: String FromAddress: String HtmlBody: String Title: String

Properties

Body

The body of the email for recipients whose email clients don't render HTML content.

Required: No

Type: String

Update requires: No interruption

FromAddress

The verified email address to send the email from. The default address is the FromAddress specified for the email channel for the application.

Required: No

Type: String

Update requires: No interruption

HtmlBody

The body of the email, in HTML format, for recipients whose email clients render HTML content.

Required: No

Type: String

Update requires: No interruption

Title

The subject line, or title, of the email.

Required: No

Type: String

Update requires: No interruption