interface TableAggregatedFieldWellsProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.TableAggregatedFieldWellsProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_TableAggregatedFieldWellsProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.TableAggregatedFieldWellsProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTemplate.TableAggregatedFieldWellsProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnTemplate»TableAggregatedFieldWellsProperty | 
The aggregated field well for the table.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| group | IResolvable | (IResolvable | Dimension)[] | The group by field well for a pivot table. | 
| values? | IResolvable | (IResolvable | Measure)[] | The values field well for a pivot table. | 
groupBy?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The group by field well for a pivot table.
Values are grouped by group by fields.
values?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
The values field well for a pivot table.
Values are aggregated based on group by fields.
