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

SameSheetTargetVisualConfiguration

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

The configuration of the same-sheet 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 SameSheetTargetVisualConfiguration {
TargetVisualOptions?: TargetVisualOptions | null;
TargetVisuals?: string[] | null;
}

§Properties

§
TargetVisualOptions?: TargetVisualOptions | null
[src]

The options that choose the target visual in the same sheet.

Valid values are defined as follows:

  • ALL_VISUALS: Applies the filter operation to all visuals in the same sheet.
§
TargetVisuals?: string[] | null
[src]

A list of the target visual IDs that are located in the same sheet of the analysis.