DashboardVisualArgs

data class DashboardVisualArgs(val barChartVisual: Output<DashboardBarChartVisualArgs>? = null, val boxPlotVisual: Output<DashboardBoxPlotVisualArgs>? = null, val comboChartVisual: Output<DashboardComboChartVisualArgs>? = null, val customContentVisual: Output<DashboardCustomContentVisualArgs>? = null, val emptyVisual: Output<DashboardEmptyVisualArgs>? = null, val filledMapVisual: Output<DashboardFilledMapVisualArgs>? = null, val funnelChartVisual: Output<DashboardFunnelChartVisualArgs>? = null, val gaugeChartVisual: Output<DashboardGaugeChartVisualArgs>? = null, val geospatialMapVisual: Output<DashboardGeospatialMapVisualArgs>? = null, val heatMapVisual: Output<DashboardHeatMapVisualArgs>? = null, val histogramVisual: Output<DashboardHistogramVisualArgs>? = null, val insightVisual: Output<DashboardInsightVisualArgs>? = null, val kpiVisual: Output<DashboardKpiVisualArgs>? = null, val lineChartVisual: Output<DashboardLineChartVisualArgs>? = null, val pieChartVisual: Output<DashboardPieChartVisualArgs>? = null, val pivotTableVisual: Output<DashboardPivotTableVisualArgs>? = null, val radarChartVisual: Output<DashboardRadarChartVisualArgs>? = null, val sankeyDiagramVisual: Output<DashboardSankeyDiagramVisualArgs>? = null, val scatterPlotVisual: Output<DashboardScatterPlotVisualArgs>? = null, val tableVisual: Output<DashboardTableVisualArgs>? = null, val treeMapVisual: Output<DashboardTreeMapVisualArgs>? = null, val waterfallVisual: Output<DashboardWaterfallVisualArgs>? = null, val wordCloudVisual: Output<DashboardWordCloudVisualArgs>? = null) : ConvertibleToJava<DashboardVisualArgs>

Constructors

Link copied to clipboard
constructor(barChartVisual: Output<DashboardBarChartVisualArgs>? = null, boxPlotVisual: Output<DashboardBoxPlotVisualArgs>? = null, comboChartVisual: Output<DashboardComboChartVisualArgs>? = null, customContentVisual: Output<DashboardCustomContentVisualArgs>? = null, emptyVisual: Output<DashboardEmptyVisualArgs>? = null, filledMapVisual: Output<DashboardFilledMapVisualArgs>? = null, funnelChartVisual: Output<DashboardFunnelChartVisualArgs>? = null, gaugeChartVisual: Output<DashboardGaugeChartVisualArgs>? = null, geospatialMapVisual: Output<DashboardGeospatialMapVisualArgs>? = null, heatMapVisual: Output<DashboardHeatMapVisualArgs>? = null, histogramVisual: Output<DashboardHistogramVisualArgs>? = null, insightVisual: Output<DashboardInsightVisualArgs>? = null, kpiVisual: Output<DashboardKpiVisualArgs>? = null, lineChartVisual: Output<DashboardLineChartVisualArgs>? = null, pieChartVisual: Output<DashboardPieChartVisualArgs>? = null, pivotTableVisual: Output<DashboardPivotTableVisualArgs>? = null, radarChartVisual: Output<DashboardRadarChartVisualArgs>? = null, sankeyDiagramVisual: Output<DashboardSankeyDiagramVisualArgs>? = null, scatterPlotVisual: Output<DashboardScatterPlotVisualArgs>? = null, tableVisual: Output<DashboardTableVisualArgs>? = null, treeMapVisual: Output<DashboardTreeMapVisualArgs>? = null, waterfallVisual: Output<DashboardWaterfallVisualArgs>? = null, wordCloudVisual: Output<DashboardWordCloudVisualArgs>? = null)

Properties

Link copied to clipboard

A bar chart. For more information, see Using bar charts in the Amazon QuickSight User Guide .

Link copied to clipboard

A box plot. For more information, see Using box plots in the Amazon QuickSight User Guide .

Link copied to clipboard

A combo chart. For more information, see Using combo charts in the Amazon QuickSight User Guide .

Link copied to clipboard

A visual that contains custom content. For more information, see Using custom visual content in the Amazon QuickSight User Guide .

Link copied to clipboard

An empty visual.

Link copied to clipboard

A filled map. For more information, see Creating filled maps in the Amazon QuickSight User Guide .

Link copied to clipboard

A funnel chart. For more information, see Using funnel charts in the Amazon QuickSight User Guide .

Link copied to clipboard

A gauge chart. For more information, see Using gauge charts in the Amazon QuickSight User Guide .

Link copied to clipboard

A geospatial map or a points on map visual. For more information, see Creating point maps in the Amazon QuickSight User Guide .

Link copied to clipboard

A heat map. For more information, see Using heat maps in the Amazon QuickSight User Guide .

Link copied to clipboard

A histogram. For more information, see Using histograms in the Amazon QuickSight User Guide .

Link copied to clipboard

An insight visual. For more information, see Working with insights in the Amazon QuickSight User Guide .

Link copied to clipboard
val kpiVisual: Output<DashboardKpiVisualArgs>? = null

A key performance indicator (KPI). For more information, see Using KPIs in the Amazon QuickSight User Guide .

Link copied to clipboard

A line chart. For more information, see Using line charts in the Amazon QuickSight User Guide .

Link copied to clipboard

A pie or donut chart. For more information, see Using pie charts in the Amazon QuickSight User Guide .

Link copied to clipboard

A pivot table. For more information, see Using pivot tables in the Amazon QuickSight User Guide .

Link copied to clipboard

A radar chart visual. For more information, see Using radar charts in the Amazon QuickSight User Guide .

Link copied to clipboard

A sankey diagram. For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide .

Link copied to clipboard

A scatter plot. For more information, see Using scatter plots in the Amazon QuickSight User Guide .

Link copied to clipboard

A table visual. For more information, see Using tables as visuals in the Amazon QuickSight User Guide .

Link copied to clipboard

A tree map. For more information, see Using tree maps in the Amazon QuickSight User Guide .

Link copied to clipboard

A waterfall chart. For more information, see Using waterfall charts in the Amazon QuickSight User Guide .

Link copied to clipboard

A word cloud. For more information, see Using word clouds in the Amazon QuickSight User Guide .

Functions

Link copied to clipboard
open override fun toJava(): DashboardVisualArgs