interface DefaultSectionBasedLayoutConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.DefaultSectionBasedLayoutConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_DefaultSectionBasedLayoutConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.DefaultSectionBasedLayoutConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.DefaultSectionBasedLayoutConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.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.