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

EcrContainerImageMetadata

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

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

interface EcrContainerImageMetadata {
tags?: string[] | null;
}

§Properties

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

Tags associated with the Amazon ECR image metadata.