Interface CfnAnalysis.PivotTableAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.PivotTableAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.PivotTableAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The aggregated field well for the pivot table.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.PivotTableAggregatedFieldWellsProperty
static final class
An implementation forCfnAnalysis.PivotTableAggregatedFieldWellsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColumns
The columns field well for a pivot table.Values are grouped by columns fields.
- See Also:
-
getRows
The rows field well for a pivot table.Values are grouped by rows fields.
- See Also:
-
getValues
The values field well for a pivot table.Values are aggregated based on rows and columns fields.
- See Also:
-
builder
-