Uses of Class
software.amazon.awscdk.services.ses.CfnTemplate.Builder
Packages that use CfnTemplate.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnTemplate.Builder in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return CfnTemplate.BuilderModifier and TypeMethodDescriptionstatic CfnTemplate.BuilderThe tags (keys and values) associated with the email template.CfnTemplate.Builder.template(IResolvable template) The content of the email, composed of a subject line and either an HTML part or a text-only part.CfnTemplate.Builder.template(CfnTemplate.TemplateProperty template) The content of the email, composed of a subject line and either an HTML part or a text-only part.