Resource Type definition for AWS::SES::Template
template
(Attributes) The content of the email, composed of a subject line, an HTML part, and a text-only part (see below for nested schema)id
(String) Uniquely identifies the resource.template_id
(String)template
Required:
subject_part
(String) The subject line of the email.Optional:
html_part
(String) The HTML body of the email.template_name
(String) The name of the template.text_part
(String) The email body that is visible to recipients whose email clients do not display HTML content.Import is supported using the following syntax:
$ terraform import awscc_ses_template.example <resource ID>