interface DefaultGridLayoutConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.DefaultGridLayoutConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_DefaultGridLayoutConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.DefaultGridLayoutConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.DefaultGridLayoutConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const defaultGridLayoutConfigurationProperty: quicksight.CfnAnalysis.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.