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();
 

See Also: