interface SectionBasedLayoutCanvasSizeOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.SectionBasedLayoutCanvasSizeOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.SectionBasedLayoutCanvasSizeOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.SectionBasedLayoutCanvasSizeOptionsProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » SectionBasedLayoutCanvasSizeOptionsProperty |
The options for the canvas of a section-based layout.
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 sectionBasedLayoutCanvasSizeOptionsProperty: quicksight.CfnTemplate.SectionBasedLayoutCanvasSizeOptionsProperty = {
paperCanvasSizeOptions: {
paperMargin: {
bottom: 'bottom',
left: 'left',
right: 'right',
top: 'top',
},
paperOrientation: 'paperOrientation',
paperSize: 'paperSize',
},
};
Properties
Name | Type | Description |
---|---|---|
paper | IResolvable | Section | The options for a paper canvas of a section-based layout. |
paperCanvasSizeOptions?
Type:
IResolvable
|
Section
(optional)
The options for a paper canvas of a section-based layout.