TemplateVisualArgs

data class TemplateVisualArgs(val barChartVisual: Output<TemplateBarChartVisualArgs>? = null, val boxPlotVisual: Output<TemplateBoxPlotVisualArgs>? = null, val comboChartVisual: Output<TemplateComboChartVisualArgs>? = null, val customContentVisual: Output<TemplateCustomContentVisualArgs>? = null, val emptyVisual: Output<TemplateEmptyVisualArgs>? = null, val filledMapVisual: Output<TemplateFilledMapVisualArgs>? = null, val funnelChartVisual: Output<TemplateFunnelChartVisualArgs>? = null, val gaugeChartVisual: Output<TemplateGaugeChartVisualArgs>? = null, val geospatialMapVisual: Output<TemplateGeospatialMapVisualArgs>? = null, val heatMapVisual: Output<TemplateHeatMapVisualArgs>? = null, val histogramVisual: Output<TemplateHistogramVisualArgs>? = null, val insightVisual: Output<TemplateInsightVisualArgs>? = null, val kpiVisual: Output<TemplateKpiVisualArgs>? = null, val lineChartVisual: Output<TemplateLineChartVisualArgs>? = null, val pieChartVisual: Output<TemplatePieChartVisualArgs>? = null, val pivotTableVisual: Output<TemplatePivotTableVisualArgs>? = null, val pluginVisual: Output<TemplatePluginVisualArgs>? = null, val radarChartVisual: Output<TemplateRadarChartVisualArgs>? = null, val sankeyDiagramVisual: Output<TemplateSankeyDiagramVisualArgs>? = null, val scatterPlotVisual: Output<TemplateScatterPlotVisualArgs>? = null, val tableVisual: Output<TemplateTableVisualArgs>? = null, val treeMapVisual: Output<TemplateTreeMapVisualArgs>? = null, val waterfallVisual: Output<TemplateWaterfallVisualArgs>? = null, val wordCloudVisual: Output<TemplateWordCloudVisualArgs>? = null) : ConvertibleToJava<TemplateVisualArgs>

Constructors

Link copied to clipboard
constructor(barChartVisual: Output<TemplateBarChartVisualArgs>? = null, boxPlotVisual: Output<TemplateBoxPlotVisualArgs>? = null, comboChartVisual: Output<TemplateComboChartVisualArgs>? = null, customContentVisual: Output<TemplateCustomContentVisualArgs>? = null, emptyVisual: Output<TemplateEmptyVisualArgs>? = null, filledMapVisual: Output<TemplateFilledMapVisualArgs>? = null, funnelChartVisual: Output<TemplateFunnelChartVisualArgs>? = null, gaugeChartVisual: Output<TemplateGaugeChartVisualArgs>? = null, geospatialMapVisual: Output<TemplateGeospatialMapVisualArgs>? = null, heatMapVisual: Output<TemplateHeatMapVisualArgs>? = null, histogramVisual: Output<TemplateHistogramVisualArgs>? = null, insightVisual: Output<TemplateInsightVisualArgs>? = null, kpiVisual: Output<TemplateKpiVisualArgs>? = null, lineChartVisual: Output<TemplateLineChartVisualArgs>? = null, pieChartVisual: Output<TemplatePieChartVisualArgs>? = null, pivotTableVisual: Output<TemplatePivotTableVisualArgs>? = null, pluginVisual: Output<TemplatePluginVisualArgs>? = null, radarChartVisual: Output<TemplateRadarChartVisualArgs>? = null, sankeyDiagramVisual: Output<TemplateSankeyDiagramVisualArgs>? = null, scatterPlotVisual: Output<TemplateScatterPlotVisualArgs>? = null, tableVisual: Output<TemplateTableVisualArgs>? = null, treeMapVisual: Output<TemplateTreeMapVisualArgs>? = null, waterfallVisual: Output<TemplateWaterfallVisualArgs>? = null, wordCloudVisual: Output<TemplateWordCloudVisualArgs>? = 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<TemplateKpiVisualArgs>? = 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

The custom plugin visual type.

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(): TemplateVisualArgs