--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ses_template Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::SES::Template --- # awscc_ses_template (Data Source) Data Source schema for AWS::SES::Template ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `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](#nestedatt--template)) ### Nested Schema for `template` Read-Only: - `html_part` (String) The HTML body of the email. - `subject_part` (String) The subject line 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.