AWS::Pinpoint::InAppTemplate HeaderConfig - 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 HeaderConfig

Specifies the configuration and content of the header or title text of the in-app message.

Syntax

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

JSON

{ "Alignment" : String, "Header" : String, "TextColor" : String }

YAML

Alignment: String Header: String TextColor: String

Properties

Alignment

The text alignment of the title of the message. Acceptable values: LEFT, CENTER, RIGHT.

Required: No

Type: String

Allowed values: LEFT | CENTER | RIGHT

Update requires: No interruption

Header

The title text of the in-app message.

Required: No

Type: String

Update requires: No interruption

TextColor

The color of the title text, expressed as a hex color code (such as #000000 for black).

Required: No

Type: String

Update requires: No interruption