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

EcrRepositoryMetadata

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

Information on the Amazon ECR repository metadata associated with a finding.

interface EcrRepositoryMetadata {
name?: string | null;
scanFrequency?: EcrScanFrequency | null;
}

§Properties

§
name?: string | null
[src]

The name of the Amazon ECR repository.

§
scanFrequency?: EcrScanFrequency | null
[src]

The frequency of scans.