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

SelectedSheetsFilterScopeConfiguration

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

The configuration for applying a filter to specific sheets or visuals. You can apply this filter to multiple visuals that are on one sheet or to all visuals on a sheet.

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

interface SelectedSheetsFilterScopeConfiguration {
SheetVisualScopingConfigurations?: SheetVisualScopingConfiguration[] | null;
}

§Properties

§
SheetVisualScopingConfigurations?: SheetVisualScopingConfiguration[] | null
[src]

The sheet ID and visual IDs of the sheet and visuals that the filter is applied to.