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

MapFilter

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

An object that describes details of a map filter.

interface MapFilter {
comparison: MapComparison;
key: string;
value?: string | null;
}

§Properties

§
comparison: MapComparison
[src]

The operator to use when comparing values in the filter.

§
key: string
[src]

The tag key used in the filter.

§
value?: string | null
[src]

The tag value used in the filter.