AWS::Pinpoint::Campaign InAppMessageHeaderConfig - AWS CloudFormation

AWS::Pinpoint::Campaign InAppMessageHeaderConfig

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

Syntax

To declare this entity in your AWS 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

Update requires: No interruption

Header

The header or title text of the in-app message.

Required: No

Type: String

Update requires: No interruption

TextColor

The color of the body text, expressed as a string consisting of a hex color code (such as "#000000" for black).

Required: No

Type: String

Update requires: No interruption