interface DefaultPaginatedLayoutConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.DefaultPaginatedLayoutConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.DefaultPaginatedLayoutConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.DefaultPaginatedLayoutConfigurationProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const defaultPaginatedLayoutConfigurationProperty: quicksight.CfnAnalysis.DefaultPaginatedLayoutConfigurationProperty = {
sectionBased: {
canvasSizeOptions: {
paperCanvasSizeOptions: {
paperMargin: {
bottom: 'bottom',
left: 'left',
right: 'right',
top: 'top',
},
paperOrientation: 'paperOrientation',
paperSize: 'paperSize',
},
},
},
};
Properties
Name | Type | Description |
---|---|---|
section | IResolvable | Default | The options that determine the default settings for a section-based layout configuration. |
sectionBased?
Type:
IResolvable
|
Default
(optional)
The options that determine the default settings for a section-based layout configuration.