TemplateArgs

data class TemplateArgs(val template: Output<TemplateArgs>? = null) : ConvertibleToJava<TemplateArgs>

Resource Type definition for AWS::SES::Template

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(template: Output<TemplateArgs>? = null)

Properties

Link copied to clipboard
val template: Output<TemplateArgs>? = null

The content of the email, composed of a subject line and either an HTML part or a text-only part.

Functions

Link copied to clipboard
open override fun toJava(): TemplateArgs