Interface CfnDashboard.IPluginVisualConfigurationProperty
The plugin visual configuration.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IPluginVisualConfigurationProperty
Syntax (vb)
Public Interface CfnDashboard.IPluginVisualConfigurationProperty
Remarks
This includes the field wells, sorting options, and persisted options of the plugin visual.
ExampleMetadata: fixture=_generated
Synopsis
Properties
FieldWells | The field wells configuration of the plugin visual. |
SortConfiguration | The sort configuration of the plugin visual. |
VisualOptions | The persisted properties of the plugin visual. |
Properties
FieldWells
The field wells configuration of the plugin visual.
object? FieldWells { get; }
Property Value
Remarks
SortConfiguration
The sort configuration of the plugin visual.
object? SortConfiguration { get; }
Property Value
Remarks
VisualOptions
The persisted properties of the plugin visual.
object? VisualOptions { get; }