interface DefaultSectionBasedLayoutConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.DefaultSectionBasedLayoutConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_DefaultSectionBasedLayoutConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.DefaultSectionBasedLayoutConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.DefaultSectionBasedLayoutConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const defaultSectionBasedLayoutConfigurationProperty: quicksight_mixins.CfnAnalysisPropsMixin.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
(optional)
Determines the screen canvas size options for a section-based layout.

.NET
Go
Java
Python
TypeScript