aws-cdk-lib.aws_quicksight.CfnTemplate.GridLayoutScreenCanvasSizeOptionsProperty

interface GridLayoutScreenCanvasSizeOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.GridLayoutScreenCanvasSizeOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_GridLayoutScreenCanvasSizeOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.GridLayoutScreenCanvasSizeOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.GridLayoutScreenCanvasSizeOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const gridLayoutScreenCanvasSizeOptionsProperty: quicksight.CfnTemplate.GridLayoutScreenCanvasSizeOptionsProperty = {
  resizeOption: 'resizeOption',

  // the properties below are optional
  optimizedViewPortWidth: 'optimizedViewPortWidth',
};

Properties

NameTypeDescription
resizeOptionstringThis value determines the layout behavior when the viewport is resized.
optimizedViewPortWidth?stringThe 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.