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

GetRegistryScanningConfigurationResponse

import type { GetRegistryScanningConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface GetRegistryScanningConfigurationResponse {
registryId?: string | null;
scanningConfiguration?: RegistryScanningConfiguration | null;
}

§Properties

§
registryId?: string | null
[src]

The ID of the registry.

§
scanningConfiguration?: RegistryScanningConfiguration | null
[src]

The scanning configuration for the registry.