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

AssessmentTargetFilter

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

Used as the request parameter in the "ListAssessmentTargets" action.

interface AssessmentTargetFilter {
assessmentTargetNamePattern?: string | null;
}

§Properties

§
assessmentTargetNamePattern?: string | null
[src]

For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the "AssessmentTarget" data type.