aws-cdk-lib.aws_quicksight.CfnTemplate.DefaultPaginatedLayoutConfigurationProperty

interface DefaultPaginatedLayoutConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.DefaultPaginatedLayoutConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_DefaultPaginatedLayoutConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.DefaultPaginatedLayoutConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.DefaultPaginatedLayoutConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const defaultPaginatedLayoutConfigurationProperty: quicksight.CfnTemplate.DefaultPaginatedLayoutConfigurationProperty = {
  sectionBased: {
    canvasSizeOptions: {
      paperCanvasSizeOptions: {
        paperMargin: {
          bottom: 'bottom',
          left: 'left',
          right: 'right',
          top: 'top',
        },
        paperOrientation: 'paperOrientation',
        paperSize: 'paperSize',
      },
    },
  },
};

Properties

NameTypeDescription
sectionBased?IResolvable | DefaultSectionBasedLayoutConfigurationPropertyThe options that determine the default settings for a section-based layout configuration.

sectionBased?

Type: IResolvable | DefaultSectionBasedLayoutConfigurationProperty (optional)

The options that determine the default settings for a section-based layout configuration.