Interface CfnDashboardPropsMixin.TableConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.TableConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
TableVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboardPropsMixin.TableConfigurationPropertystatic final classAn implementation forCfnDashboardPropsMixin.TableConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe field options for a 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 table visual.default ObjectThe sort configuration for aTableVisual.default ObjectA collection of inline visualizations to display within a chart.default ObjectThe table options for a table visual.default ObjectThe total options for a table visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldOptions
The field options for a table visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.TableFieldOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.TableFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.VisualInteractionOptionsProperty- See Also:
-
getPaginatedReportOptions
The paginated report options for a table visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.TablePaginatedReportOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration for aTableVisual.Returns union: either
IResolvableorCfnDashboardPropsMixin.TableSortConfigurationProperty- See Also:
-
getTableInlineVisualizations
A collection of inline visualizations to display within a chart.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.TableInlineVisualizationProperty>- See Also:
-
getTableOptions
The table options for a table visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.TableOptionsProperty- See Also:
-
getTotalOptions
The total options for a table visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.TotalOptionsProperty- See Also:
-
builder
-