Template

class Template

An object that defines the email template to use for an email message, and the values to use for any message variables in that template. An email template is a type of message template that contains content that you want to reuse in email messages that you send. You can specifiy the email template by providing the name or ARN of an email template previously saved in your Amazon SES account or by providing the full template content.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The List of attachments to include in your email. All recipients will receive the same attachments.

Link copied to clipboard

The list of message headers that will be added to the email message.

Link copied to clipboard

The Amazon Resource Name (ARN) of the template.

Link copied to clipboard

The content of the template.

Link copied to clipboard

An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.

Link copied to clipboard

The name of the template. You will refer to this name when you send email using the SendEmail or SendBulkEmail operations.

Functions

Link copied to clipboard
inline fun copy(block: Template.Builder.() -> Unit = {}): Template
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String