AWS::QuickSight::Analysis 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:StringSheetTextBoxId:String
Properties
Content-
The content that is displayed in the text box.
Required: No
Type: String
Maximum:
150000Update 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
Minimum:
1Maximum:
512Pattern:
[\w\-]+Update requires: No interruption