Class CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty
The options that determine the default settings for interactive layout configuration.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty : CfnAnalysisPropsMixin.IDefaultInteractiveLayoutConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.DefaultInteractiveLayoutConfigurationProperty Implements CfnAnalysisPropsMixin.IDefaultInteractiveLayoutConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var defaultInteractiveLayoutConfigurationProperty = new DefaultInteractiveLayoutConfigurationProperty {
FreeForm = new DefaultFreeFormLayoutConfigurationProperty {
CanvasSizeOptions = new FreeFormLayoutCanvasSizeOptionsProperty {
ScreenCanvasSizeOptions = new FreeFormLayoutScreenCanvasSizeOptionsProperty {
OptimizedViewPortWidth = "optimizedViewPortWidth"
}
}
},
Grid = new DefaultGridLayoutConfigurationProperty {
CanvasSizeOptions = new GridLayoutCanvasSizeOptionsProperty {
ScreenCanvasSizeOptions = new GridLayoutScreenCanvasSizeOptionsProperty {
OptimizedViewPortWidth = "optimizedViewPortWidth",
ResizeOption = "resizeOption"
}
}
}
};
Synopsis
Constructors
| DefaultInteractiveLayoutConfigurationProperty() | The options that determine the default settings for interactive layout configuration. |
Properties
| FreeForm | The options that determine the default settings of a free-form layout configuration. |
| Grid | The options that determine the default settings for a grid layout configuration. |
Constructors
DefaultInteractiveLayoutConfigurationProperty()
The options that determine the default settings for interactive layout configuration.
public DefaultInteractiveLayoutConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var defaultInteractiveLayoutConfigurationProperty = new DefaultInteractiveLayoutConfigurationProperty {
FreeForm = new DefaultFreeFormLayoutConfigurationProperty {
CanvasSizeOptions = new FreeFormLayoutCanvasSizeOptionsProperty {
ScreenCanvasSizeOptions = new FreeFormLayoutScreenCanvasSizeOptionsProperty {
OptimizedViewPortWidth = "optimizedViewPortWidth"
}
}
},
Grid = new DefaultGridLayoutConfigurationProperty {
CanvasSizeOptions = new GridLayoutCanvasSizeOptionsProperty {
ScreenCanvasSizeOptions = new GridLayoutScreenCanvasSizeOptionsProperty {
OptimizedViewPortWidth = "optimizedViewPortWidth",
ResizeOption = "resizeOption"
}
}
}
};
Properties
FreeForm
The options that determine the default settings of a free-form layout configuration.
public object? FreeForm { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAnalysisPropsMixin.IDefaultFreeFormLayoutConfigurationProperty
Grid
The options that determine the default settings for a grid layout configuration.
public object? Grid { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAnalysisPropsMixin.IDefaultGridLayoutConfigurationProperty