interface DefaultFreeFormLayoutConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.DefaultFreeFormLayoutConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_DefaultFreeFormLayoutConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.DefaultFreeFormLayoutConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.DefaultFreeFormLayoutConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » DefaultFreeFormLayoutConfigurationProperty |
The options that determine the default settings of a free-form layout configuration.
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 defaultFreeFormLayoutConfigurationProperty: quicksight.CfnAnalysisPropsMixin.DefaultFreeFormLayoutConfigurationProperty = {
canvasSizeOptions: {
screenCanvasSizeOptions: {
optimizedViewPortWidth: 'optimizedViewPortWidth',
},
},
};
Properties
| Name | Type | Description |
|---|---|---|
| canvas | IResolvable | Free | Determines the screen canvas size options for a free-form layout. |
canvasSizeOptions?
Type:
IResolvable | Free
(optional)
Determines the screen canvas size options for a free-form layout.

.NET
Go
Java
Python
TypeScript