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

FilterGroup

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

A grouping of individual filters. Filter groups are applied to the same group of visuals.

For more information, see Adding filter conditions (group filters) with AND and OR operators in the Amazon QuickSight User Guide.

interface FilterGroup {
CrossDataset: CrossDatasetTypes;
FilterGroupId: string;
Filters: Filter[];
ScopeConfiguration: FilterScopeConfiguration;
Status?: WidgetStatus | null;
}

§Properties

§

The filter new feature which can apply filter group to all data sets. Choose one of the following options:

  • ALL_DATASETS
    
  • SINGLE_DATASET
    
§
FilterGroupId: string
[src]

The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.

§
Filters: Filter[]
[src]

The list of filters that are present in a FilterGroup.

§
ScopeConfiguration: FilterScopeConfiguration
[src]

The configuration that specifies what scope to apply to a FilterGroup.

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

§
Status?: WidgetStatus | null
[src]

The status of the FilterGroup.