interface DefaultSectionBasedLayoutConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.DefaultSectionBasedLayoutConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DefaultSectionBasedLayoutConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.DefaultSectionBasedLayoutConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.DefaultSectionBasedLayoutConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » 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.CfnDashboard.DefaultSectionBasedLayoutConfigurationProperty = {
canvasSizeOptions: {
paperCanvasSizeOptions: {
paperMargin: {
bottom: 'bottom',
left: 'left',
right: 'right',
top: 'top',
},
paperOrientation: 'paperOrientation',
paperSize: 'paperSize',
},
},
};
Properties
Name | Type | Description |
---|---|---|
canvas | IResolvable | Section | Determines the screen canvas size options for a section-based layout. |
canvasSizeOptions
Type:
IResolvable
|
Section
Determines the screen canvas size options for a section-based layout.