AWS::QuickSight::Dashboard ShortFormatText - AWS CloudFormation

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