interface DefaultFreeFormLayoutConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.DefaultFreeFormLayoutConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DefaultFreeFormLayoutConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.DefaultFreeFormLayoutConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.DefaultFreeFormLayoutConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » 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-lib';
const defaultFreeFormLayoutConfigurationProperty: quicksight.CfnDashboard.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
Determines the screen canvas size options for a free-form layout.