GetMessageTemplateResult

data class GetMessageTemplateResult(val content: MessageTemplateContent? = null, val defaultAttributes: MessageTemplateAttributes? = null, val description: String? = null, val groupingConfiguration: MessageTemplateGroupingConfiguration? = null, val language: String? = null, val messageTemplateArn: String? = null, val messageTemplateContentSha256: String? = null, val messageTemplateId: String? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(content: MessageTemplateContent? = null, defaultAttributes: MessageTemplateAttributes? = null, description: String? = null, groupingConfiguration: MessageTemplateGroupingConfiguration? = null, language: String? = null, messageTemplateArn: String? = null, messageTemplateContentSha256: String? = null, messageTemplateId: String? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content of the message template.

Link copied to clipboard

An object that specifies the default values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template. The corresponding value defines the default value for that variable.

Link copied to clipboard
val description: String? = null

The description of the message template.

Link copied to clipboard

The configuration information of the external data source.

Link copied to clipboard
val language: String? = null

The language code value for the language in which the message template is written. The supported language codes include de_DE, en_US, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, zh_TW

Link copied to clipboard

The Amazon Resource Name (ARN) of the message template.

Link copied to clipboard

The content SHA256 of the message template.

Link copied to clipboard

The unique identifier of the message template.

Link copied to clipboard
val name: String? = null

The name of the message template.

Link copied to clipboard
val tags: List<Tag>? = null

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.