Dashboard Filter Args
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
constructor(filterType: Output<DashboardFilterFilterType>? = null, labelKey: Output<String>, stringValue: Output<String>? = null, templateVariable: Output<String>? = null)
Properties
Link copied to clipboard
The specified filter type
Link copied to clipboard
A variable-length string value.
Link copied to clipboard
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.