Interface CfnDashboard.VisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.VisualProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.VisualPropertystatic final classAn implementation forCfnDashboard.VisualProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectA bar chart.default ObjectA box plot.default ObjectA combo chart.default ObjectA visual that contains custom content.default ObjectAn empty visual.default ObjectA filled map.default ObjectA funnel chart.default ObjectA gauge chart.default ObjectA geospatial map or a points on map visual.default ObjectA heat map.default ObjectA histogram.default ObjectAn insight visual.default ObjectA key performance indicator (KPI).default ObjectThe properties for a layer map visual.default ObjectA line chart.default ObjectA pie or donut chart.default ObjectA pivot table.default ObjectThe custom plugin visual type.default ObjectA radar chart visual.default ObjectA sankey diagram.default ObjectA scatter plot.default ObjectA table visual.default ObjectA tree map.default ObjectA waterfall chart.default ObjectA word cloud.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBarChartVisual
A bar chart.For more information, see Using bar charts in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.BarChartVisualProperty- See Also:
-
getBoxPlotVisual
A box plot.For more information, see Using box plots in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.BoxPlotVisualProperty- See Also:
-
getComboChartVisual
A combo chart.For more information, see Using combo charts in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.ComboChartVisualProperty- See Also:
-
getCustomContentVisual
A visual that contains custom content.For more information, see Using custom visual content in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.CustomContentVisualProperty- See Also:
-
getEmptyVisual
An empty visual.Returns union: either
IResolvableorCfnDashboard.EmptyVisualProperty- See Also:
-
getFilledMapVisual
A filled map.For more information, see Creating filled maps in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.FilledMapVisualProperty- See Also:
-
getFunnelChartVisual
A funnel chart.For more information, see Using funnel charts in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.FunnelChartVisualProperty- See Also:
-
getGaugeChartVisual
A gauge chart.For more information, see Using gauge charts in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.GaugeChartVisualProperty- See Also:
-
getGeospatialMapVisual
A geospatial map or a points on map visual.For more information, see Creating point maps in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.GeospatialMapVisualProperty- See Also:
-
getHeatMapVisual
A heat map.For more information, see Using heat maps in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.HeatMapVisualProperty- See Also:
-
getHistogramVisual
A histogram.For more information, see Using histograms in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.HistogramVisualProperty- See Also:
-
getInsightVisual
An insight visual.For more information, see Working with insights in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.InsightVisualProperty- See Also:
-
getKpiVisual
A key performance indicator (KPI).For more information, see Using KPIs in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.KPIVisualProperty- See Also:
-
getLayerMapVisual
The properties for a layer map visual.Returns union: either
IResolvableorCfnDashboard.LayerMapVisualProperty- See Also:
-
getLineChartVisual
A line chart.For more information, see Using line charts in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.LineChartVisualProperty- See Also:
-
getPieChartVisual
A pie or donut chart.For more information, see Using pie charts in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.PieChartVisualProperty- See Also:
-
getPivotTableVisual
A pivot table.For more information, see Using pivot tables in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.PivotTableVisualProperty- See Also:
-
getPluginVisual
The custom plugin visual type.Returns union: either
IResolvableorCfnDashboard.PluginVisualProperty- See Also:
-
getRadarChartVisual
A radar chart visual.For more information, see Using radar charts in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.RadarChartVisualProperty- See Also:
-
getSankeyDiagramVisual
A sankey diagram.For more information, see Using Sankey diagrams in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.SankeyDiagramVisualProperty- See Also:
-
getScatterPlotVisual
A scatter plot.For more information, see Using scatter plots in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.ScatterPlotVisualProperty- See Also:
-
getTableVisual
A table visual.For more information, see Using tables as visuals in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.TableVisualProperty- See Also:
-
getTreeMapVisual
A tree map.For more information, see Using tree maps in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.TreeMapVisualProperty- See Also:
-
getWaterfallVisual
A waterfall chart.For more information, see Using waterfall charts in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.WaterfallVisualProperty- See Also:
-
getWordCloudVisual
A word cloud.For more information, see Using word clouds in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableorCfnDashboard.WordCloudVisualProperty- See Also:
-
builder
-