Interface CfnThemePropsMixin.TileLayoutStyleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnThemePropsMixin.TileLayoutStyleProperty.Jsii$Proxy
- Enclosing class:
CfnThemePropsMixin
@Stability(Stable)
public static interface CfnThemePropsMixin.TileLayoutStyleProperty
extends software.amazon.jsii.JsiiSerializable
The display options for the layout of 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.cfnpropertymixins.services.quicksight.*;
TileLayoutStyleProperty tileLayoutStyleProperty = TileLayoutStyleProperty.builder()
.gutter(GutterStyleProperty.builder()
.show(false)
.build())
.margin(MarginStyleProperty.builder()
.show(false)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnThemePropsMixin.TileLayoutStylePropertystatic final classAn implementation forCfnThemePropsMixin.TileLayoutStyleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGutter
The gutter settings that apply between tiles.Returns union: either
IResolvableorCfnThemePropsMixin.GutterStyleProperty- See Also:
-
getMargin
The margin settings that apply around the outside edge of sheets.Returns union: either
IResolvableorCfnThemePropsMixin.MarginStyleProperty- See Also:
-
builder
-