Interface CfnDashboard.PivotTableConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.PivotTableConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.PivotTableConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for a
PivotTableVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.PivotTableConfigurationPropertystatic final classAn implementation forCfnDashboard.PivotTableConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe field options for a pivot table visual.default ObjectThe field wells of the visual.default ObjectThe general visual interactions setup for a visual.default ObjectThe paginated report options for a pivot table visual.default ObjectThe sort configuration for aPivotTableVisual.default ObjectThe table options for a pivot table visual.default ObjectThe total options for a pivot table visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldOptions
The field options for a pivot table visual.Returns union: either
IResolvableorCfnDashboard.PivotTableFieldOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnDashboard.PivotTableFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboard.VisualInteractionOptionsProperty- See Also:
-
getPaginatedReportOptions
The paginated report options for a pivot table visual.Returns union: either
IResolvableorCfnDashboard.PivotTablePaginatedReportOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration for aPivotTableVisual.Returns union: either
IResolvableorCfnDashboard.PivotTableSortConfigurationProperty- See Also:
-
getTableOptions
The table options for a pivot table visual.Returns union: either
IResolvableorCfnDashboard.PivotTableOptionsProperty- See Also:
-
getTotalOptions
The total options for a pivot table visual.Returns union: either
IResolvableorCfnDashboard.PivotTableTotalOptionsProperty- See Also:
-
builder
-