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

FilterListConfiguration

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

A list of filter configurations.

interface FilterListConfiguration {
CategoryValues?: string[] | null;
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.

§
SelectAllOptions?: CategoryFilterSelectAllOptions | null
[src]

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

  • FILTER_ALL_VALUES