This is the new AWS 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 AWS 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 Minimum: 0Maximum: 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 Pattern: ^[\w\-]+$Minimum: 1Maximum: 512Update requires: No interruption