FilterListConfiguration - Amazon QuickSight

FilterListConfiguration

A list of filter configurations.

Contents

Note

In the following list, the required parameters are described first.

MatchOperator

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

Type: String

Valid Values: EQUALS | DOES_NOT_EQUAL | CONTAINS | DOES_NOT_CONTAIN | STARTS_WITH | ENDS_WITH

Required: Yes

CategoryValues

The list of category values for the filter.

Type: Array of strings

Array Members: Maximum number of 100000 items.

Length Constraints: Maximum length of 512.

Required: No

NullOption

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

  • ALL_VALUES: Include null values in filtered results.

  • NULLS_ONLY: Only include null values in filtered results.

  • NON_NULLS_ONLY: Exclude null values from filtered results.

Type: String

Valid Values: ALL_VALUES | NULLS_ONLY | NON_NULLS_ONLY

Required: No

SelectAllOptions

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

  • FILTER_ALL_VALUES

Type: String

Valid Values: FILTER_ALL_VALUES

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: