AWS::QuickSight::Dashboard ScatterPlotUnaggregatedFieldWells - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Dashboard ScatterPlotUnaggregatedFieldWells

The unaggregated field wells of a scatter plot.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Size" : [ MeasureField, ... ], "XAxis" : [ DimensionField, ... ], "YAxis" : [ DimensionField, ... ] }

Properties

Size

The size field well of a scatter plot.

Required: No

Type: List of MeasureField

Maximum: 200

Update 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: List of DimensionField

Maximum: 200

Update 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: List of DimensionField

Maximum: 200

Update requires: No interruption