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

AssessmentTemplateFilter

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

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

interface AssessmentTemplateFilter {
durationRange?: DurationRange | null;
namePattern?: string | null;
rulesPackageArns?: string[] | null;
}

§Properties

§
durationRange?: DurationRange | null
[src]

For a record to match a filter, the value specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the "AssessmentTemplate" data type.

§
namePattern?: 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 assessmentTemplateName property of the "AssessmentTemplate" data type.

§
rulesPackageArns?: string[] | null
[src]

For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the "AssessmentTemplate" data type.