AWS::Pinpoint::InAppTemplate InAppMessageContent - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Pinpoint::InAppTemplate InAppMessageContent

Specifies the configuration of an in-app message, including its header, body, buttons, colors, and images.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

BackgroundColor

The background color for an in-app message banner, expressed as a hex color code (such as #000000 for black).

Required: No

Type: String

Update requires: No interruption

BodyConfig

An object that contains configuration information about the header or title text of the in-app message.

Required: No

Type: BodyConfig

Update requires: No interruption

HeaderConfig

An object that contains configuration information about the header or title text of the in-app message.

Required: No

Type: HeaderConfig

Update requires: No interruption

ImageUrl

The URL of the image that appears on an in-app message banner.

Required: No

Type: String

Update requires: No interruption

PrimaryBtn

An object that contains configuration information about the primary button in an in-app message.

Required: No

Type: ButtonConfig

Update requires: No interruption

SecondaryBtn

An object that contains configuration information about the secondary button in an in-app message.

Required: No

Type: ButtonConfig

Update requires: No interruption