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

ResourceDetails

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

Contains details about the resource involved in the finding.

interface ResourceDetails {
awsEcrContainerImage?: AwsEcrContainerImageDetails | null;
}

§Properties

§
awsEcrContainerImage?: AwsEcrContainerImageDetails | null
[src]

An object that contains details about the Amazon ECR container image involved in the finding.