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

.NET
Go
Java
Python
TypeScript