Class CfnDashboardPropsMixin.SheetTextBoxProperty
A text box.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.SheetTextBoxProperty : CfnDashboardPropsMixin.ISheetTextBoxProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.SheetTextBoxProperty Implements CfnDashboardPropsMixin.ISheetTextBoxProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var sheetTextBoxProperty = new SheetTextBoxProperty {
Content = "content",
SheetTextBoxId = "sheetTextBoxId"
};
Synopsis
Constructors
| SheetTextBoxProperty() | A text box. |
Properties
| Content | The content that is displayed in the text box. |
| SheetTextBoxId | The unique identifier for a text box. |
Constructors
SheetTextBoxProperty()
A text box.
public SheetTextBoxProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var sheetTextBoxProperty = new SheetTextBoxProperty {
Content = "content",
SheetTextBoxId = "sheetTextBoxId"
};
Properties
Content
The content that is displayed in the text box.
public string? Content { get; set; }
Property Value
Remarks
SheetTextBoxId
The unique identifier for a text box.
public string? SheetTextBoxId { get; set; }
Property Value
Remarks
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.