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

GroupSearchFilter

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

A GroupSearchFilter object that you want to apply to your search.

interface GroupSearchFilter {
Value: string;
}

§Properties

§

The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently, the only supported name is GROUP_NAME.

§

The comparison operator that you want to use as a filter, for example "Operator": "StartsWith". Currently, the only supported operator is StartsWith.

§
Value: string
[src]

The value of the named item, in this case GROUP_NAME, that you want to use as a filter.