Interface CfnDashboardPropsMixin.SectionBasedLayoutCanvasSizeOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.SectionBasedLayoutCanvasSizeOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.SectionBasedLayoutCanvasSizeOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The options for the canvas of a section-based 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.*;
SectionBasedLayoutCanvasSizeOptionsProperty sectionBasedLayoutCanvasSizeOptionsProperty = SectionBasedLayoutCanvasSizeOptionsProperty.builder()
.paperCanvasSizeOptions(SectionBasedLayoutPaperCanvasSizeOptionsProperty.builder()
.paperMargin(SpacingProperty.builder()
.bottom("bottom")
.left("left")
.right("right")
.top("top")
.build())
.paperOrientation("paperOrientation")
.paperSize("paperSize")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDashboardPropsMixin.SectionBasedLayoutCanvasSizeOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPaperCanvasSizeOptions
The options for a paper canvas of a section-based layout.Returns union: either
IResolvableorCfnDashboardPropsMixin.SectionBasedLayoutPaperCanvasSizeOptionsProperty- See Also:
-
builder
@Stability(Stable) static CfnDashboardPropsMixin.SectionBasedLayoutCanvasSizeOptionsProperty.Builder builder()
-