The plugin visual configuration. This includes the field wells, sorting options, and persisted options of the plugin visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"FieldWells" : [ PluginVisualFieldWell, ... ]
,
"SortConfiguration" : PluginVisualSortConfiguration
,
"VisualOptions" : PluginVisualOptions
}
YAML
FieldWells:
- PluginVisualFieldWell
SortConfiguration:
PluginVisualSortConfiguration
VisualOptions:
PluginVisualOptions
Properties
FieldWells
-
The field wells configuration of the plugin visual.
Required: No
Type: Array of PluginVisualFieldWell
Minimum:
0
Maximum:
10
Update requires: No interruption
SortConfiguration
-
The sort configuration of the plugin visual.
Required: No
Type: PluginVisualSortConfiguration
Update requires: No interruption
VisualOptions
-
The persisted properties of the plugin visual.
Required: No
Type: PluginVisualOptions
Update requires: No interruption