Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::SES::Template Template

Focus mode

On this page

AWS::SES::Template Template - AWS CloudFormation
Filter View

An object that defines the email template to use for an email message, and the values to use for any message variables in that template. An email template is a type of message template that contains content that you want to reuse in email messages that you send. You can specifiy the email template by providing the name or ARN of an email template previously saved in your Amazon SES account or by providing the full template content.

Syntax

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

JSON

{ "HtmlPart" : String, "SubjectPart" : String, "TemplateName" : String, "TextPart" : String }

YAML

HtmlPart: String SubjectPart: String TemplateName: String TextPart: 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. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9_-]{1,64}$

Minimum: 1

Maximum: 64

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

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.