DashboardFilterArgs

data class DashboardFilterArgs(val categoryFilter: Output<DashboardCategoryFilterArgs>? = null, val nestedFilter: Output<DashboardNestedFilterArgs>? = null, val numericEqualityFilter: Output<DashboardNumericEqualityFilterArgs>? = null, val numericRangeFilter: Output<DashboardNumericRangeFilterArgs>? = null, val relativeDatesFilter: Output<DashboardRelativeDatesFilterArgs>? = null, val timeEqualityFilter: Output<DashboardTimeEqualityFilterArgs>? = null, val timeRangeFilter: Output<DashboardTimeRangeFilterArgs>? = null, val topBottomFilter: Output<DashboardTopBottomFilterArgs>? = null) : ConvertibleToJava<DashboardFilterArgs>

Constructors

Link copied to clipboard
constructor(categoryFilter: Output<DashboardCategoryFilterArgs>? = null, nestedFilter: Output<DashboardNestedFilterArgs>? = null, numericEqualityFilter: Output<DashboardNumericEqualityFilterArgs>? = null, numericRangeFilter: Output<DashboardNumericRangeFilterArgs>? = null, relativeDatesFilter: Output<DashboardRelativeDatesFilterArgs>? = null, timeEqualityFilter: Output<DashboardTimeEqualityFilterArgs>? = null, timeRangeFilter: Output<DashboardTimeRangeFilterArgs>? = null, topBottomFilter: Output<DashboardTopBottomFilterArgs>? = null)

Properties

Link copied to clipboard

A CategoryFilter filters text values. For more information, see Adding text filters in the Amazon QuickSight User Guide .

Link copied to clipboard

A NestedFilter filters data with a subset of data that is defined by the nested inner filter.

Link copied to clipboard

A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.

Link copied to clipboard

A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.

Link copied to clipboard

A RelativeDatesFilter filters date values that are relative to a given date.

Link copied to clipboard

A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.

Link copied to clipboard

A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.

Link copied to clipboard

A TopBottomFilter filters data to the top or bottom values for a given column.

Functions

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