AWS::QuickSight::Dashboard LongFormatText - 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::Dashboard LongFormatText

The text format for a subtitle.

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: 1024

Update requires: No interruption

RichText

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

Required: No

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption