interface DefaultGridLayoutConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.DefaultGridLayoutConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.DefaultGridLayoutConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.DefaultGridLayoutConfigurationProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » DefaultGridLayoutConfigurationProperty |
The options that determine the default settings for a grid 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 defaultGridLayoutConfigurationProperty: quicksight.CfnDashboard.DefaultGridLayoutConfigurationProperty = {
canvasSizeOptions: {
screenCanvasSizeOptions: {
resizeOption: 'resizeOption',
// the properties below are optional
optimizedViewPortWidth: 'optimizedViewPortWidth',
},
},
};
Properties
Name | Type | Description |
---|---|---|
canvas | IResolvable | Grid | Determines the screen canvas size options for a grid layout. |
canvasSizeOptions
Type:
IResolvable
|
Grid
Determines the screen canvas size options for a grid layout.