AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SES::Template

CfnTemplate

Specifies an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation.

Import

import { CfnTemplate } from 'aws-cdk-lib/aws-ses';

Or use the module namespace:

import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnTemplate

Properties

Configuration passed to the constructor as CfnTemplateProps.

tagsOptional
CfnTag[]

The tags (keys and values) associated with the email template.

templateOptional
IResolvable | TemplateProperty

The content of the email, composed of a subject line and either an HTML part or a text-only part.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon SES Cheat Sheet

Everything you need to know about Amazon SES on one page. HD quality, print-friendly.

Download Free Infographic