Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomFilterListConfiguration

import type { CustomFilterListConfiguration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

A list of custom filter values.

interface CustomFilterListConfiguration {
CategoryValues?: string[] | null;
NullOption: FilterNullOption;
SelectAllOptions?: CategoryFilterSelectAllOptions | null;
}

§Properties

§
CategoryValues?: string[] | null
[src]

The list of category values for the filter.

§

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

§

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.
§
SelectAllOptions?: CategoryFilterSelectAllOptions | null
[src]

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

  • FILTER_ALL_VALUES