Interface CfnTemplate.SheetTextBoxProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.SheetTextBoxProperty.Jsii$Proxy
- Enclosing class:
- CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.SheetTextBoxProperty
extends software.amazon.jsii.JsiiSerializable
A text box.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
SheetTextBoxProperty sheetTextBoxProperty = SheetTextBoxProperty.builder()
.sheetTextBoxId("sheetTextBoxId")
// the properties below are optional
.content("content")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.SheetTextBoxPropertystatic final classAn implementation forCfnTemplate.SheetTextBoxProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSheetTextBoxId
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.
-
getContent
The content that is displayed in the text box. -
builder
-