AWS::Wisdom::MessageTemplate EmailMessageTemplateContentBody - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Wisdom::MessageTemplate EmailMessageTemplateContentBody

The body to use in email messages.

Syntax

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

Properties

Html

The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.

Required: No

Type: MessageTemplateBodyContentProvider

Update requires: No interruption

PlainText

The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.

Required: No

Type: MessageTemplateBodyContentProvider

Update requires: No interruption