interface FreeFormLayoutScreenCanvasSizeOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_FreeFormLayoutScreenCanvasSizeOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.FreeFormLayoutScreenCanvasSizeOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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/cfn-property-mixins';
const freeFormLayoutScreenCanvasSizeOptionsProperty: quicksight.CfnAnalysisPropsMixin.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
(optional)
The width that the view port will be optimized for when the layout renders.

.NET
Go
Java
Python
TypeScript