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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTheme.GutterStylePropertystatic final classAn implementation forCfnTheme.GutterStyleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getShow
This Boolean value controls whether to display a gutter space between sheet tiles.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-