interface GridLayoutCanvasSizeOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.GridLayoutCanvasSizeOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.GridLayoutCanvasSizeOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.GridLayoutCanvasSizeOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » GridLayoutCanvasSizeOptionsProperty |
Configuration options for the canvas of a grid 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 gridLayoutCanvasSizeOptionsProperty: quicksight.CfnDashboard.GridLayoutCanvasSizeOptionsProperty = {
screenCanvasSizeOptions: {
resizeOption: 'resizeOption',
// the properties below are optional
optimizedViewPortWidth: 'optimizedViewPortWidth',
},
};
Properties
Name | Type | Description |
---|---|---|
screen | IResolvable | Grid | The options that determine the sizing of the canvas used in a grid layout. |
screenCanvasSizeOptions?
Type:
IResolvable
|
Grid
(optional)
The options that determine the sizing of the canvas used in a grid layout.