Interface CfnTheme.TileStyleProperty

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

@Stability(Stable) public static interface CfnTheme.TileStyleProperty extends software.amazon.jsii.JsiiSerializable
Display options related to tiles on a sheet.

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.*;
 TileStyleProperty tileStyleProperty = TileStyleProperty.builder()
         .border(BorderStyleProperty.builder()
                 .show(false)
                 .build())
         .build();
 

See Also: