interface GridLayoutScreenCanvasSizeOptionsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.GridLayoutScreenCanvasSizeOptionsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.GridLayoutScreenCanvasSizeOptionsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnAnalysis.GridLayoutScreenCanvasSizeOptionsProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnAnalysis»GridLayoutScreenCanvasSizeOptionsProperty | 
The options that determine the sizing of the canvas used in a grid layout.
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 gridLayoutScreenCanvasSizeOptionsProperty: quicksight.CfnAnalysis.GridLayoutScreenCanvasSizeOptionsProperty = {
  resizeOption: 'resizeOption',
  // the properties below are optional
  optimizedViewPortWidth: 'optimizedViewPortWidth',
};
Properties
| Name | Type | Description | 
|---|---|---|
| resize | string | This value determines the layout behavior when the viewport is resized. | 
| optimized | string | The width that the view port will be optimized for when the layout renders. | 
resizeOption
Type:
string
This value determines the layout behavior when the viewport is resized.
- FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called- Classic.
- RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called- Tiled.
optimizedViewPortWidth?
Type:
string
(optional)
The width that the view port will be optimized for when the layout renders.
