aws-cdk-lib.aws_quicksight.CfnAnalysis.GridLayoutCanvasSizeOptionsProperty

interface GridLayoutCanvasSizeOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.GridLayoutCanvasSizeOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_GridLayoutCanvasSizeOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.GridLayoutCanvasSizeOptionsProperty
Pythonaws_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

NameTypeDescription
screenCanvasSizeOptions?IResolvable | GridLayoutScreenCanvasSizeOptionsPropertyThe options that determine the sizing of the canvas used in a grid layout.

screenCanvasSizeOptions?

Type: IResolvable | GridLayoutScreenCanvasSizeOptionsProperty (optional)

The options that determine the sizing of the canvas used in a grid layout.