This is the new 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 ScatterPlotFieldWells
The field well configuration of a scatter plot.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ScatterPlotCategoricallyAggregatedFieldWells" :ScatterPlotCategoricallyAggregatedFieldWells, "ScatterPlotUnaggregatedFieldWells" :ScatterPlotUnaggregatedFieldWells}
YAML
ScatterPlotCategoricallyAggregatedFieldWells:ScatterPlotCategoricallyAggregatedFieldWellsScatterPlotUnaggregatedFieldWells:ScatterPlotUnaggregatedFieldWells
Properties
ScatterPlotCategoricallyAggregatedFieldWells-
The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
Required: No
Type: ScatterPlotCategoricallyAggregatedFieldWells
Update requires: No interruption
ScatterPlotUnaggregatedFieldWells-
The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
Required: No
Type: ScatterPlotUnaggregatedFieldWells
Update requires: No interruption