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
constructor(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)
Properties
Link copied to clipboard
A chart of alert policy data.
Link copied to clipboard
A widget that groups the other widgets. All widgets that are within the area spanned by the grouping widget are considered member widgets.
Link copied to clipboard
A widget that shows list of incidents.
Link copied to clipboard
A widget that shows a stream of logs.
Link copied to clipboard
A scorecard summarizing time series data.
Link copied to clipboard
A widget that displays time series data in a tabular format.
Link copied to clipboard
A chart of time series data.