AWS::SES::Template Template
The content of the email, composed of a subject line and either an HTML part or a text-only part.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "HtmlPart" :String, "SubjectPart" :String, "TemplateName" :String, "TextPart" :String}
YAML
HtmlPart:StringSubjectPart:StringTemplateName:StringTextPart:String
Properties
HtmlPart-
The HTML body of the email.
Required: No
Type: String
Update requires: No interruption
SubjectPart-
The subject line of the email.
Required: Yes
Type: String
Update requires: No interruption
TemplateName-
The name of the template.
Required: No
Type: String
Update requires: Replacement
TextPart-
The email body that is visible to recipients whose email clients do not display HTML content.
Required: No
Type: String
Update requires: No interruption