Interface CfnTemplatePropsMixin.GridLayoutCanvasSizeOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplatePropsMixin.GridLayoutCanvasSizeOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplatePropsMixin
@Stability(Stable)
public static interface CfnTemplatePropsMixin.GridLayoutCanvasSizeOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Configuration options for the canvas of a grid layout.
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.*;
GridLayoutCanvasSizeOptionsProperty gridLayoutCanvasSizeOptionsProperty = GridLayoutCanvasSizeOptionsProperty.builder()
.screenCanvasSizeOptions(GridLayoutScreenCanvasSizeOptionsProperty.builder()
.optimizedViewPortWidth("optimizedViewPortWidth")
.resizeOption("resizeOption")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTemplatePropsMixin.GridLayoutCanvasSizeOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScreenCanvasSizeOptions
The options that determine the sizing of the canvas used in a grid layout.Returns union: either
IResolvableorCfnTemplatePropsMixin.GridLayoutScreenCanvasSizeOptionsProperty- See Also:
-
builder
@Stability(Stable) static CfnTemplatePropsMixin.GridLayoutCanvasSizeOptionsProperty.Builder builder()
-