DashboardCustomFilterConfigurationArgs

data class DashboardCustomFilterConfigurationArgs(val categoryValue: Output<String>? = null, val matchOperator: Output<DashboardCategoryFilterMatchOperator>, val nullOption: Output<DashboardFilterNullOption>, val parameterName: Output<String>? = null, val selectAllOptions: Output<DashboardCategoryFilterSelectAllOptions>? = null) : ConvertibleToJava<DashboardCustomFilterConfigurationArgs>

Constructors

Link copied to clipboard
constructor(categoryValue: Output<String>? = null, matchOperator: Output<DashboardCategoryFilterMatchOperator>, nullOption: Output<DashboardFilterNullOption>, parameterName: Output<String>? = null, selectAllOptions: Output<DashboardCategoryFilterSelectAllOptions>? = null)

Properties

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

The category value for the filter. This field is mutually exclusive to ParameterName .

Link copied to clipboard

The match operator that is used to determine if a filter should be applied.

Link copied to clipboard

This option determines how null values should be treated when filtering data.

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

The parameter whose value should be used for the filter value. This field is mutually exclusive to CategoryValue .

Link copied to clipboard

Select all of the values. Null is not the assigned value of select all.

Functions

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