Interface CfnAnalysis.VisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.VisualProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.VisualProperty
static final class
An implementation forCfnAnalysis.VisualProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
A bar chart.default Object
A box plot.default Object
A combo chart.default Object
A visual that contains custom content.default Object
An empty visual.default Object
A filled map.default Object
A funnel chart.default Object
A gauge chart.default Object
A geospatial map or a points on map visual.default Object
A heat map.default Object
A histogram.default Object
An insight visual.default Object
A key performance indicator (KPI).default Object
A line chart.default Object
A pie or donut chart.default Object
A pivot table.default Object
A radar chart visual.default Object
A sankey diagram.default Object
A scatter plot.default Object
A table visual.default Object
A tree map.default Object
A waterfall chart.default Object
A 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 QuickSight User Guide .
- See Also:
-
getBoxPlotVisual
A box plot.For more information, see Using box plots in the Amazon QuickSight User Guide .
- See Also:
-
getComboChartVisual
A combo chart.For more information, see Using combo charts in the Amazon QuickSight User Guide .
- See Also:
-
getCustomContentVisual
A visual that contains custom content.For more information, see Using custom visual content in the Amazon QuickSight User Guide .
- See Also:
-
getEmptyVisual
An empty visual.- See Also:
-
getFilledMapVisual
A filled map.For more information, see Creating filled maps in the Amazon QuickSight User Guide .
- See Also:
-
getFunnelChartVisual
A funnel chart.For more information, see Using funnel charts in the Amazon QuickSight User Guide .
- See Also:
-
getGaugeChartVisual
A gauge chart.For more information, see Using gauge charts in the Amazon QuickSight User Guide .
- See Also:
-
getGeospatialMapVisual
A geospatial map or a points on map visual.For more information, see Creating point maps in the Amazon QuickSight User Guide .
- See Also:
-
getHeatMapVisual
A heat map.For more information, see Using heat maps in the Amazon QuickSight User Guide .
- See Also:
-
getHistogramVisual
A histogram.For more information, see Using histograms in the Amazon QuickSight User Guide .
- See Also:
-
getInsightVisual
An insight visual.For more information, see Working with insights in the Amazon QuickSight User Guide .
- See Also:
-
getKpiVisual
A key performance indicator (KPI).For more information, see Using KPIs in the Amazon QuickSight User Guide .
- See Also:
-
getLineChartVisual
A line chart.For more information, see Using line charts in the Amazon QuickSight User Guide .
- See Also:
-
getPieChartVisual
A pie or donut chart.For more information, see Using pie charts in the Amazon QuickSight User Guide .
- See Also:
-
getPivotTableVisual
A pivot table.For more information, see Using pivot tables in the Amazon QuickSight User Guide .
- See Also:
-
getRadarChartVisual
A radar chart visual.For more information, see Using radar charts in the Amazon QuickSight User Guide .
- See Also:
-
getSankeyDiagramVisual
A sankey diagram.For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide .
- See Also:
-
getScatterPlotVisual
A scatter plot.For more information, see Using scatter plots in the Amazon QuickSight User Guide .
- See Also:
-
getTableVisual
A table visual.For more information, see Using tables as visuals in the Amazon QuickSight User Guide .
- See Also:
-
getTreeMapVisual
A tree map.For more information, see Using tree maps in the Amazon QuickSight User Guide .
- See Also:
-
getWaterfallVisual
A waterfall chart.For more information, see Using waterfall charts in the Amazon QuickSight User Guide .
- See Also:
-
getWordCloudVisual
A word cloud.For more information, see Using word clouds in the Amazon QuickSight User Guide .
- See Also:
-
builder
- Returns:
- a
CfnAnalysis.VisualProperty.Builder
ofCfnAnalysis.VisualProperty
-