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