Interface CfnTemplate.DefaultGridLayoutConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.DefaultGridLayoutConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.DefaultGridLayoutConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the default settings for a grid layout configuration.
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.*; DefaultGridLayoutConfigurationProperty defaultGridLayoutConfigurationProperty = DefaultGridLayoutConfigurationProperty.builder() .canvasSizeOptions(GridLayoutCanvasSizeOptionsProperty.builder() .screenCanvasSizeOptions(GridLayoutScreenCanvasSizeOptionsProperty.builder() .resizeOption("resizeOption") // the properties below are optional .optimizedViewPortWidth("optimizedViewPortWidth") .build()) .build()) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.DefaultGridLayoutConfigurationProperty
static final class
An implementation forCfnTemplate.DefaultGridLayoutConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Determines the screen canvas size options for a grid layout.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCanvasSizeOptions
Determines the screen canvas size options for a grid layout. -
builder
-