interface SheetTextBoxProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.SheetTextBoxProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.SheetTextBoxProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.SheetTextBoxProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const sheetTextBoxProperty: quicksight.CfnAnalysis.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.