CreateMessageTemplateVersionRequest
Types
Properties
Link copied to clipboard
The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
Link copied to clipboard
The checksum value of the message template content that is referenced by the $LATEST
qualifier. It can be returned in MessageTemplateData
or ExtendedMessageTemplateData
. It’s calculated by content, language, defaultAttributes
and Attachments
of the message template. If not supplied, the message template version will be created based on the message template content that is referenced by the $LATEST
qualifier by default.
Link copied to clipboard
The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.
Functions
Link copied to clipboard
inline fun copy(block: CreateMessageTemplateVersionRequest.Builder.() -> Unit = {}): CreateMessageTemplateVersionRequest