DashboardWidgetArgs

data class DashboardWidgetArgs(val queryParameters: Output<List<String>>? = null, val queryStatement: Output<String>, val viewProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<DashboardWidgetArgs>

The dashboard widget

Constructors

Link copied to clipboard
constructor(queryParameters: Output<List<String>>? = null, queryStatement: Output<String>, viewProperties: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val queryParameters: Output<List<String>>? = null

The placeholder keys in the QueryStatement. For example: $StartTime$, $EndTime$, $Period$.

Link copied to clipboard
val queryStatement: Output<String>

The SQL query statement on one or more event data stores.

Link copied to clipboard
val viewProperties: Output<Map<String, String>>? = null

The view properties of the widget.

Functions

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