A text box.
Syntax
To declare this entity in your AWS 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