interface DefaultPaginatedLayoutConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.DefaultPaginatedLayoutConfigurationProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.DefaultPaginatedLayoutConfigurationProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDashboard.DefaultPaginatedLayoutConfigurationProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnDashboard»DefaultPaginatedLayoutConfigurationProperty | 
The options that determine the default settings for a paginated layout configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const defaultPaginatedLayoutConfigurationProperty: quicksight.CfnDashboard.DefaultPaginatedLayoutConfigurationProperty = {
  sectionBased: {
    canvasSizeOptions: {
      paperCanvasSizeOptions: {
        paperMargin: {
          bottom: 'bottom',
          left: 'left',
          right: 'right',
          top: 'top',
        },
        paperOrientation: 'paperOrientation',
        paperSize: 'paperSize',
      },
    },
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| section | IResolvable | Default | The options that determine the default settings for a section-based layout configuration. | 
sectionBased?
Type:
IResolvable | Default
(optional)
The options that determine the default settings for a section-based layout configuration.
