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::Template ScatterPlotUnaggregatedFieldWells
The unaggregated field wells of a scatter plot.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Category" :[ DimensionField, ... ], "Label" :[ DimensionField, ... ], "Size" :[ MeasureField, ... ], "XAxis" :[ DimensionField, ... ], "YAxis" :[ DimensionField, ... ]}
YAML
Category:- DimensionFieldLabel:- DimensionFieldSize:- MeasureFieldXAxis:- DimensionFieldYAxis:- DimensionField
Properties
- Category
- 
                    The category field well of a scatter plot. Required: No Type: Array of DimensionField Minimum: 0Maximum: 200Update requires: No interruption 
- Label
- 
                    The label field well of a scatter plot. Required: No Type: Array of DimensionField Minimum: 0Maximum: 200Update requires: No interruption 
- Size
- 
                    The size field well of a scatter plot. Required: No Type: Array of MeasureField Minimum: 0Maximum: 200Update requires: No interruption 
- XAxis
- 
                    The x-axis field well of a scatter plot. The x-axis is a dimension field and cannot be aggregated. Required: No Type: Array of DimensionField Minimum: 0Maximum: 200Update requires: No interruption 
- YAxis
- 
                    The y-axis field well of a scatter plot. The y-axis is a dimension field and cannot be aggregated. Required: No Type: Array of DimensionField Minimum: 0Maximum: 200Update requires: No interruption