interface DefaultInteractiveLayoutConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.DefaultInteractiveLayoutConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.DefaultInteractiveLayoutConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.DefaultInteractiveLayoutConfigurationProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » DefaultInteractiveLayoutConfigurationProperty |
The options that determine the default settings for interactive layout configuration.
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 defaultInteractiveLayoutConfigurationProperty: quicksight.CfnAnalysis.DefaultInteractiveLayoutConfigurationProperty = {
freeForm: {
canvasSizeOptions: {
screenCanvasSizeOptions: {
optimizedViewPortWidth: 'optimizedViewPortWidth',
},
},
},
grid: {
canvasSizeOptions: {
screenCanvasSizeOptions: {
resizeOption: 'resizeOption',
// the properties below are optional
optimizedViewPortWidth: 'optimizedViewPortWidth',
},
},
},
};
Properties
Name | Type | Description |
---|---|---|
free | IResolvable | Default | The options that determine the default settings of a free-form layout configuration. |
grid? | IResolvable | Default | The options that determine the default settings for a grid layout configuration. |
freeForm?
Type:
IResolvable
|
Default
(optional)
The options that determine the default settings of a free-form layout configuration.
grid?
Type:
IResolvable
|
Default
(optional)
The options that determine the default settings for a grid layout configuration.