AWS::QuickSight::Template ShortFormatText - 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::QuickSight::Template ShortFormatText

The text format for the title.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Syntax

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

JSON

{ "PlainText" : String, "RichText" : String }

YAML

PlainText: String RichText: String

Properties

PlainText

Plain text format.

Required: No

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

RichText

Rich text. Examples of rich text include bold, underline, and italics.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption