AWS::Pinpoint::Campaign InAppMessageBodyConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Pinpoint::Campaign InAppMessageBodyConfig

Specifies the configuration of main body text of the in-app message.

Syntax

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

JSON

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

YAML

Alignment: String Body: String TextColor: String

Properties

Alignment

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

Required: No

Type: String

Update requires: No interruption

Body

The main body text of the 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