interface SheetTextBoxProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.SheetTextBoxProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_SheetTextBoxProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.SheetTextBoxProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.SheetTextBoxProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnTemplate»SheetTextBoxProperty | 
A text box.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const sheetTextBoxProperty: quicksight.CfnTemplate.SheetTextBoxProperty = {
  sheetTextBoxId: 'sheetTextBoxId',
  // the properties below are optional
  content: 'content',
};
Properties
| Name | Type | Description | 
|---|---|---|
| sheet | string | The unique identifier for a text box. | 
| content? | string | The content that is displayed in the text box. | 
sheetTextBoxId
Type:
string
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.
content?
Type:
string
(optional)
The content that is displayed in the text box.
