interface DefaultGridLayoutConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.DefaultGridLayoutConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_DefaultGridLayoutConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.DefaultGridLayoutConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.DefaultGridLayoutConfigurationProperty |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript