aws-cdk-lib.aws_quicksight.CfnTemplate.SheetTextBoxProperty

interface SheetTextBoxProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.SheetTextBoxProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_SheetTextBoxProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.SheetTextBoxProperty
Pythonaws_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

NameTypeDescription
sheetTextBoxIdstringThe unique identifier for a text box.
content?stringThe 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.