Interface CfnTheme.GutterStyleProperty

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

@Stability(Stable) public static interface CfnTheme.GutterStyleProperty extends software.amazon.jsii.JsiiSerializable
The display options for gutter spacing between 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.*;
 GutterStyleProperty gutterStyleProperty = GutterStyleProperty.builder()
         .show(false)
         .build();
 

See Also: