aws-cdk-lib.aws_quicksight.CfnDashboard.FreeFormLayoutScreenCanvasSizeOptionsProperty

interface FreeFormLayoutScreenCanvasSizeOptionsProperty

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

The options that determine the sizing of the canvas used in 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 freeFormLayoutScreenCanvasSizeOptionsProperty: quicksight.CfnDashboard.FreeFormLayoutScreenCanvasSizeOptionsProperty = {
  optimizedViewPortWidth: 'optimizedViewPortWidth',
};

Properties

NameTypeDescription
optimizedViewPortWidthstringThe width that the view port will be optimized for when the layout renders.

optimizedViewPortWidth

Type: string

The width that the view port will be optimized for when the layout renders.