aws-cdk-lib.aws_quicksight.CfnDashboard.FreeFormLayoutCanvasSizeOptionsProperty

interface FreeFormLayoutCanvasSizeOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.FreeFormLayoutCanvasSizeOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_FreeFormLayoutCanvasSizeOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.FreeFormLayoutCanvasSizeOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.FreeFormLayoutCanvasSizeOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » FreeFormLayoutCanvasSizeOptionsProperty

Configuration options for the canvas of a free-form 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 freeFormLayoutCanvasSizeOptionsProperty: quicksight.CfnDashboard.FreeFormLayoutCanvasSizeOptionsProperty = {
  screenCanvasSizeOptions: {
    optimizedViewPortWidth: 'optimizedViewPortWidth',
  },
};

Properties

NameTypeDescription
screenCanvasSizeOptions?IResolvable | FreeFormLayoutScreenCanvasSizeOptionsPropertyThe options that determine the sizing of the canvas used in a free-form layout.

screenCanvasSizeOptions?

Type: IResolvable | FreeFormLayoutScreenCanvasSizeOptionsProperty (optional)

The options that determine the sizing of the canvas used in a free-form layout.