latest--aws-ses-template
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ses-template.json |
| Parent schema | serverless-framework-configuration |
Type:
object
Resource Type definition for AWS::SES::Template. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ses.git
Properties
Template
object
The content of the email, composed of a subject line, an HTML part, and a text-only part
4 nested properties
The subject line of the email.
TemplateName
string | Aws_CF_FunctionString
The name of the template.
TextPart
string | Aws_CF_FunctionString
The email body that is visible to recipients whose email clients do not display HTML content.
HtmlPart
string | Aws_CF_FunctionString
The HTML body of the email.
Definitions
Template
object
The content of the email, composed of a subject line, an HTML part, and a text-only part
The subject line of the email.
TemplateName
string | Aws_CF_FunctionString
The name of the template.
TextPart
string | Aws_CF_FunctionString
The email body that is visible to recipients whose email clients do not display HTML content.
HtmlPart
string | Aws_CF_FunctionString
The HTML body of the email.