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

DashboardSearchFilter

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

A filter that you apply when searching for dashboards.

interface DashboardSearchFilter {
Operator: FilterOperator;
Value?: string | null;
}

§Properties

§

The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_USER".

§

The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".

§
Value?: string | null
[src]

The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".