GetInAppTemplateResult

data class GetInAppTemplateResult(val arn: String? = null, val content: List<InAppTemplateInAppMessageContent>? = null, val customConfig: Any? = null, val layout: InAppTemplateLayout? = null, val tags: Any? = null, val templateDescription: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, content: List<InAppTemplateInAppMessageContent>? = null, customConfig: Any? = null, layout: InAppTemplateLayout? = null, tags: Any? = null, templateDescription: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard

An object that contains information about the content of an in-app message, including its title and body text, text colors, background colors, images, buttons, and behaviors.

Link copied to clipboard
val customConfig: Any? = null

Custom data, in the form of key-value pairs, that is included in an in-app messaging payload. Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.

Link copied to clipboard

A string that determines the appearance of the in-app message. You can specify one of the following:

Link copied to clipboard
val tags: Any? = null

An array of key-value pairs to apply to this resource. For more information, see Tag . Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.

Link copied to clipboard

An optional description of the in-app template.