AWS::QuickSight::Analysis TableAggregatedFieldWells
The aggregated field well for the table.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "GroupBy" :[ DimensionField, ... ], "Values" :[ MeasureField, ... ]}
YAML
GroupBy:- DimensionFieldValues:- MeasureField
Properties
GroupBy-
The group by field well for a pivot table. Values are grouped by group by fields.
Required: No
Type: List of DimensionField
Maximum:
200Update requires: No interruption
Values-
The values field well for a pivot table. Values are aggregated based on group by fields.
Required: No
Type: List of MeasureField
Maximum:
200Update requires: No interruption