interface SheetTextBoxProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.SheetTextBoxProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_SheetTextBoxProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.SheetTextBoxProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.SheetTextBoxProperty |
![]() | 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';
declare const interactions: any;
const sheetTextBoxProperty: quicksight.CfnTemplate.SheetTextBoxProperty = {
sheetTextBoxId: 'sheetTextBoxId',
// the properties below are optional
content: 'content',
interactions: interactions,
};
Properties
Name | Type | Description |
---|---|---|
sheet | string | The unique identifier for a text box. |
content? | string | The content that is displayed in the text box. |
interactions? | any |
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.
interactions?
Type:
any
(optional)