data class TemplateSheetTextBoxArgs(val content: Output<String>? = null, val sheetTextBoxId: Output<String>) : ConvertibleToJava<TemplateSheetTextBoxArgs>
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.