Widget Args
data class WidgetArgs(val alertChart: Output<AlertChartArgs>? = null, val blank: Output<EmptyArgs>? = null, val collapsibleGroup: Output<CollapsibleGroupArgs>? = null, val incidentList: Output<IncidentListArgs>? = null, val logsPanel: Output<LogsPanelArgs>? = null, val scorecard: Output<ScorecardArgs>? = null, val text: Output<TextArgs>? = null, val timeSeriesTable: Output<TimeSeriesTableArgs>? = null, val title: Output<String>? = null, val xyChart: Output<XyChartArgs>? = null) : ConvertibleToJava<WidgetArgs>
Widget contains a single dashboard component and configuration of how to present the component in the dashboard.
Constructors
Link copied to clipboard
fun WidgetArgs(alertChart: Output<AlertChartArgs>? = null, blank: Output<EmptyArgs>? = null, collapsibleGroup: Output<CollapsibleGroupArgs>? = null, incidentList: Output<IncidentListArgs>? = null, logsPanel: Output<LogsPanelArgs>? = null, scorecard: Output<ScorecardArgs>? = null, text: Output<TextArgs>? = null, timeSeriesTable: Output<TimeSeriesTableArgs>? = null, title: Output<String>? = null, xyChart: Output<XyChartArgs>? = null)