EmailTemplateEmailTemplateHeaderArgs

data class EmailTemplateEmailTemplateHeaderArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<EmailTemplateEmailTemplateHeaderArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the message header. The header name can contain up to 126 characters.

Link copied to clipboard
val value: Output<String>? = null

Value of the message header. The header value can contain up to 870 characters, including the length of any rendered attributes. For example if you add the {CreationDate} attribute, it renders as YYYY-MM-DDTHH:MM:SS.SSSZ and is 24 characters in length.

Functions

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