interface FreeFormLayoutScreenCanvasSizeOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.FreeFormLayoutScreenCanvasSizeOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.FreeFormLayoutScreenCanvasSizeOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.FreeFormLayoutScreenCanvasSizeOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const freeFormLayoutScreenCanvasSizeOptionsProperty: quicksight.CfnAnalysis.FreeFormLayoutScreenCanvasSizeOptionsProperty = {
optimizedViewPortWidth: 'optimizedViewPortWidth',
};
Properties
| Name | Type | Description |
|---|---|---|
| optimized | string | The 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.

.NET
Java
Python
TypeScript