interface PivotTableFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.PivotTableFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_PivotTableFieldWellsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.PivotTableFieldWellsProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.PivotTableFieldWellsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » PivotTableFieldWellsProperty |
The field wells for a pivot table visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| pivot | IResolvable | Pivot | The aggregated field well for the pivot table. |
pivotTableAggregatedFieldWells?
Type:
IResolvable | Pivot
(optional)
The aggregated field well for the pivot table.

.NET
Go
Java
Python
TypeScript