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

CategoryFilterConfiguration

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

The configuration for a CategoryFilter.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface CategoryFilterConfiguration {
CustomFilterConfiguration?: CustomFilterConfiguration | null;
CustomFilterListConfiguration?: CustomFilterListConfiguration | null;
FilterListConfiguration?: FilterListConfiguration | null;
}

§Properties

§
CustomFilterConfiguration?: CustomFilterConfiguration | null
[src]

A custom filter that filters based on a single value. This filter can be partially matched.

§
CustomFilterListConfiguration?: CustomFilterListConfiguration | null
[src]

A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.

§
FilterListConfiguration?: FilterListConfiguration | null
[src]

A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.