AWS::SES::TemplateSpecifies an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation.
import { CfnTemplate } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnTemplateConfiguration passed to the constructor as CfnTemplateProps.
tagsOptionalCfnTag[]The tags (keys and values) associated with the email template.
templateOptionalIResolvable | TemplatePropertyThe content of the email, composed of a subject line and either an HTML part or a text-only part.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon SES on one page. HD quality, print-friendly.
Download Free Infographicaws-sesAWS::SES::Template