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

FolderSearchFilter

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

A filter to use to search a Amazon QuickSight folder.

interface FolderSearchFilter {
Name?: FolderFilterAttribute | null;
Operator?: FilterOperator | null;
Value?: string | null;
}

§Properties

§

The name of a value that you want to use in the filter. For example, "Name": "PARENT_FOLDER_ARN".

§
Operator?: FilterOperator | null
[src]

The comparison operator that you want to use in the filter. For example, "Operator": "StringEquals".

§
Value?: string | null
[src]

The value of the named item (in this example, PARENT_FOLDER_ARN), that you want to use as a filter. For example, "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId".