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

FilterOperationTargetVisualsConfiguration

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

The configuration of target visuals that you want to be filtered.

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

interface FilterOperationTargetVisualsConfiguration {
SameSheetTargetVisualConfiguration?: SameSheetTargetVisualConfiguration | null;
}

§Properties

§
SameSheetTargetVisualConfiguration?: SameSheetTargetVisualConfiguration | null
[src]

The configuration of the same-sheet target visuals that you want to be filtered.