interface DefaultFreeFormLayoutConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.DefaultFreeFormLayoutConfigurationProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.DefaultFreeFormLayoutConfigurationProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDashboard.DefaultFreeFormLayoutConfigurationProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnDashboard»DefaultFreeFormLayoutConfigurationProperty | 
The options that determine the default settings of a free-form 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 defaultFreeFormLayoutConfigurationProperty: quicksight.CfnDashboard.DefaultFreeFormLayoutConfigurationProperty = {
  canvasSizeOptions: {
    screenCanvasSizeOptions: {
      optimizedViewPortWidth: 'optimizedViewPortWidth',
    },
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| canvas | IResolvable | Free | Determines the screen canvas size options for a free-form layout. | 
canvasSizeOptions
Type:
IResolvable | Free
Determines the screen canvas size options for a free-form layout.
