This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Analysis PluginVisualConfiguration
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:- PluginVisualFieldWellSortConfiguration:PluginVisualSortConfigurationVisualOptions:PluginVisualOptions
Properties
- FieldWells
- 
                    The field wells configuration of the plugin visual. Required: No Type: Array of PluginVisualFieldWell Minimum: 0Maximum: 10Update 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