aws-cdk-lib.aws_quicksight.CfnAnalysis.DefaultSectionBasedLayoutConfigurationProperty

interface DefaultSectionBasedLayoutConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.DefaultSectionBasedLayoutConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_DefaultSectionBasedLayoutConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.DefaultSectionBasedLayoutConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.DefaultSectionBasedLayoutConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » DefaultSectionBasedLayoutConfigurationProperty

The options that determine the default settings for a section-based 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 defaultSectionBasedLayoutConfigurationProperty: quicksight.CfnAnalysis.DefaultSectionBasedLayoutConfigurationProperty = {
  canvasSizeOptions: {
    paperCanvasSizeOptions: {
      paperMargin: {
        bottom: 'bottom',
        left: 'left',
        right: 'right',
        top: 'top',
      },
      paperOrientation: 'paperOrientation',
      paperSize: 'paperSize',
    },
  },
};

Properties

NameTypeDescription
canvasSizeOptionsIResolvable | SectionBasedLayoutCanvasSizeOptionsPropertyDetermines the screen canvas size options for a section-based layout.

canvasSizeOptions

Type: IResolvable | SectionBasedLayoutCanvasSizeOptionsProperty

Determines the screen canvas size options for a section-based layout.