Interface CfnAnalysisPropsMixin.DefaultFreeFormLayoutConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.DefaultFreeFormLayoutConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.DefaultFreeFormLayoutConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the default settings of a free-form 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.cfnpropertymixins.services.quicksight.*;
DefaultFreeFormLayoutConfigurationProperty defaultFreeFormLayoutConfigurationProperty = DefaultFreeFormLayoutConfigurationProperty.builder()
.canvasSizeOptions(FreeFormLayoutCanvasSizeOptionsProperty.builder()
.screenCanvasSizeOptions(FreeFormLayoutScreenCanvasSizeOptionsProperty.builder()
.optimizedViewPortWidth("optimizedViewPortWidth")
.build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAnalysisPropsMixin.DefaultFreeFormLayoutConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCanvasSizeOptions
Determines the screen canvas size options for a free-form layout.Returns union: either
IResolvableorCfnAnalysisPropsMixin.FreeFormLayoutCanvasSizeOptionsProperty- See Also:
-
builder
@Stability(Stable) static CfnAnalysisPropsMixin.DefaultFreeFormLayoutConfigurationProperty.Builder builder()
-