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

A text box.

Syntax

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

JSON

{ "Content" : String, "SheetTextBoxId" : String }

YAML

Content: String SheetTextBoxId: String

Properties

Content

The content that is displayed in the text box.

Required: No

Type: String

Minimum: 0

Maximum: 150000

Update requires: No interruption

SheetTextBoxId

The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

Required: Yes

Type: String

Pattern: ^[\w\-]+$

Minimum: 1

Maximum: 512

Update requires: No interruption