interface SectionBasedLayoutCanvasSizeOptionsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.SectionBasedLayoutCanvasSizeOptionsProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_SectionBasedLayoutCanvasSizeOptionsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.SectionBasedLayoutCanvasSizeOptionsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDashboard.SectionBasedLayoutCanvasSizeOptionsProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnDashboard»SectionBasedLayoutCanvasSizeOptionsProperty | 
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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const sectionBasedLayoutCanvasSizeOptionsProperty: quicksight.CfnDashboard.SectionBasedLayoutCanvasSizeOptionsProperty = {
  paperCanvasSizeOptions: {
    paperMargin: {
      bottom: 'bottom',
      left: 'left',
      right: 'right',
      top: 'top',
    },
    paperOrientation: 'paperOrientation',
    paperSize: 'paperSize',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| paper | IResolvable | Section | The options for a paper canvas of a section-based layout. | 
paperCanvasSizeOptions?
Type:
IResolvable | Section
(optional)
The options for a paper canvas of a section-based layout.
