DashboardFilterArgs

data class DashboardFilterArgs(val filterType: Output<DashboardFilterFilterType>? = null, val labelKey: Output<String>, val stringValue: Output<String>? = null, val templateVariable: Output<String>? = null) : ConvertibleToJava<DashboardFilterArgs>

A filter to reduce the amount of data charted in relevant widgets.

Constructors

Link copied to clipboard
fun DashboardFilterArgs(filterType: Output<DashboardFilterFilterType>? = null, labelKey: Output<String>, stringValue: Output<String>? = null, templateVariable: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

The specified filter type

Link copied to clipboard
val labelKey: Output<String>

The key for the label

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

A variable-length string value.

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

The placeholder text that can be referenced in a filter string or MQL query. If omitted, the dashboard filter will be applied to all relevant widgets in the dashboard.