Interface CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplatePropsMixin
@Stability(Stable)
public static interface CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the sizing of the canvas used in a free-form 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.*;
FreeFormLayoutScreenCanvasSizeOptionsProperty freeFormLayoutScreenCanvasSizeOptionsProperty = FreeFormLayoutScreenCanvasSizeOptionsProperty.builder()
.optimizedViewPortWidth("optimizedViewPortWidth")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOptimizedViewPortWidth
The width that the view port will be optimized for when the layout renders.- See Also:
-
builder
@Stability(Stable) static CfnTemplatePropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty.Builder builder()
-