AWS::QuickSight::Analysis SheetTextBox - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Analysis SheetTextBox

A text box.

Syntax

To declare this entity in your 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