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

KeywordFilter

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

A keyword filter for querying findings.

interface KeywordFilter {
Value?: string | null;
}

§Properties

§
Value?: string | null
[src]

A value for the keyword.