AWS::QuickSight::Dashboard LongFormatText - AWS CloudFormation

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 AWS 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