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

FilterOperationSelectedFieldsConfiguration

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

The configuration of selected fields in theCustomActionFilterOperation.

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

interface FilterOperationSelectedFieldsConfiguration {
SelectedFieldOptions?: SelectedFieldOptions | null;
SelectedFields?: string[] | null;
}

§Properties

§
SelectedFieldOptions?: SelectedFieldOptions | null
[src]

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation.

Valid values are defined as follows:

  • ALL_FIELDS: Applies the filter operation to all fields.
§
SelectedFields?: string[] | null
[src]

Chooses the fields that are filtered in CustomActionFilterOperation.