interface GridLayoutCanvasSizeOptionsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.GridLayoutCanvasSizeOptionsProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GridLayoutCanvasSizeOptionsProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.GridLayoutCanvasSizeOptionsProperty | 
  Python | aws_cdk.aws_quicksight.CfnAnalysis.GridLayoutCanvasSizeOptionsProperty | 
  TypeScript  | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const gridLayoutCanvasSizeOptionsProperty: quicksight.CfnAnalysis.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.

 .NET
 Go
 Java
 Python
 TypeScript