Class CfnTemplatePropsMixin.PluginVisualConfigurationProperty
The plugin visual configuration.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.PluginVisualConfigurationProperty : CfnTemplatePropsMixin.IPluginVisualConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.PluginVisualConfigurationProperty Implements CfnTemplatePropsMixin.IPluginVisualConfigurationProperty
Remarks
This includes the field wells, sorting options, and persisted options of the plugin visual.
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| PluginVisualConfigurationProperty() | The plugin visual configuration. |
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. |
Constructors
PluginVisualConfigurationProperty()
The plugin visual configuration.
public PluginVisualConfigurationProperty()
Remarks
This includes the field wells, sorting options, and persisted options of the plugin visual.
ExampleMetadata: fixture=_generated
Properties
FieldWells
The field wells configuration of the plugin visual.
public object? FieldWells { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.IPluginVisualFieldWellProperty)[]
SortConfiguration
The sort configuration of the plugin visual.
public object? SortConfiguration { get; set; }
Property Value
Remarks
VisualOptions
The persisted properties of the plugin visual.
public object? VisualOptions { get; set; }