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

RegistryScanningConfiguration

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

The scanning configuration for a private registry.

interface RegistryScanningConfiguration {
rules?: RegistryScanningRule[] | null;
scanType?: ScanType | null;
}

§Properties

§
rules?: RegistryScanningRule[] | null
[src]

The scanning rules associated with the registry.

§
scanType?: ScanType | null
[src]

The type of scanning configured for the registry.