AnalysisVisualArgs

data class AnalysisVisualArgs(val barChartVisual: Output<AnalysisBarChartVisualArgs>? = null, val boxPlotVisual: Output<AnalysisBoxPlotVisualArgs>? = null, val comboChartVisual: Output<AnalysisComboChartVisualArgs>? = null, val customContentVisual: Output<AnalysisCustomContentVisualArgs>? = null, val emptyVisual: Output<AnalysisEmptyVisualArgs>? = null, val filledMapVisual: Output<AnalysisFilledMapVisualArgs>? = null, val funnelChartVisual: Output<AnalysisFunnelChartVisualArgs>? = null, val gaugeChartVisual: Output<AnalysisGaugeChartVisualArgs>? = null, val geospatialMapVisual: Output<AnalysisGeospatialMapVisualArgs>? = null, val heatMapVisual: Output<AnalysisHeatMapVisualArgs>? = null, val histogramVisual: Output<AnalysisHistogramVisualArgs>? = null, val insightVisual: Output<AnalysisInsightVisualArgs>? = null, val kpiVisual: Output<AnalysisKpiVisualArgs>? = null, val lineChartVisual: Output<AnalysisLineChartVisualArgs>? = null, val pieChartVisual: Output<AnalysisPieChartVisualArgs>? = null, val pivotTableVisual: Output<AnalysisPivotTableVisualArgs>? = null, val radarChartVisual: Output<AnalysisRadarChartVisualArgs>? = null, val sankeyDiagramVisual: Output<AnalysisSankeyDiagramVisualArgs>? = null, val scatterPlotVisual: Output<AnalysisScatterPlotVisualArgs>? = null, val tableVisual: Output<AnalysisTableVisualArgs>? = null, val treeMapVisual: Output<AnalysisTreeMapVisualArgs>? = null, val waterfallVisual: Output<AnalysisWaterfallVisualArgs>? = null, val wordCloudVisual: Output<AnalysisWordCloudVisualArgs>? = null) : ConvertibleToJava<AnalysisVisualArgs>

Constructors

Link copied to clipboard
constructor(barChartVisual: Output<AnalysisBarChartVisualArgs>? = null, boxPlotVisual: Output<AnalysisBoxPlotVisualArgs>? = null, comboChartVisual: Output<AnalysisComboChartVisualArgs>? = null, customContentVisual: Output<AnalysisCustomContentVisualArgs>? = null, emptyVisual: Output<AnalysisEmptyVisualArgs>? = null, filledMapVisual: Output<AnalysisFilledMapVisualArgs>? = null, funnelChartVisual: Output<AnalysisFunnelChartVisualArgs>? = null, gaugeChartVisual: Output<AnalysisGaugeChartVisualArgs>? = null, geospatialMapVisual: Output<AnalysisGeospatialMapVisualArgs>? = null, heatMapVisual: Output<AnalysisHeatMapVisualArgs>? = null, histogramVisual: Output<AnalysisHistogramVisualArgs>? = null, insightVisual: Output<AnalysisInsightVisualArgs>? = null, kpiVisual: Output<AnalysisKpiVisualArgs>? = null, lineChartVisual: Output<AnalysisLineChartVisualArgs>? = null, pieChartVisual: Output<AnalysisPieChartVisualArgs>? = null, pivotTableVisual: Output<AnalysisPivotTableVisualArgs>? = null, radarChartVisual: Output<AnalysisRadarChartVisualArgs>? = null, sankeyDiagramVisual: Output<AnalysisSankeyDiagramVisualArgs>? = null, scatterPlotVisual: Output<AnalysisScatterPlotVisualArgs>? = null, tableVisual: Output<AnalysisTableVisualArgs>? = null, treeMapVisual: Output<AnalysisTreeMapVisualArgs>? = null, waterfallVisual: Output<AnalysisWaterfallVisualArgs>? = null, wordCloudVisual: Output<AnalysisWordCloudVisualArgs>? = 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<AnalysisKpiVisualArgs>? = 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(): AnalysisVisualArgs