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

ScanningRepositoryFilter

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

The details of a scanning repository filter. For more information on how to use filters, see Using filters in the Amazon Elastic Container Registry User Guide.

interface ScanningRepositoryFilter {
filter: string;
}

§Properties

§
filter: string
[src]

The filter to use when scanning.

§

The type associated with the filter.