AWS::QuickSight::Dashboard 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 AWS CloudFormation template, use the following syntax:
JSON
{ "ScatterPlotCategoricallyAggregatedFieldWells" :
ScatterPlotCategoricallyAggregatedFieldWells
, "ScatterPlotUnaggregatedFieldWells" :ScatterPlotUnaggregatedFieldWells
}
YAML
ScatterPlotCategoricallyAggregatedFieldWells:
ScatterPlotCategoricallyAggregatedFieldWells
ScatterPlotUnaggregatedFieldWells: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