Interface CfnDashboardPropsMixin.SheetTextBoxProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDashboardPropsMixin.SheetTextBoxProperty.Jsii$Proxy
Enclosing class:
CfnDashboardPropsMixin

@Stability(Stable) public static interface CfnDashboardPropsMixin.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.cfnpropertymixins.services.quicksight.*;
 SheetTextBoxProperty sheetTextBoxProperty = SheetTextBoxProperty.builder()
         .content("content")
         .sheetTextBoxId("sheetTextBoxId")
         .build();
 

See Also: