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

Resource

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

Details about the resource involved in a finding.

interface Resource {
details?: ResourceDetails | null;
id?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
type?: string | null;
}

§Properties

§
details?: ResourceDetails | null
[src]

An object that contains details about the resource involved in a finding.

§
id?: string | null
[src]

The ID of the resource.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags attached to the resource.

§
type?: string | null
[src]

The type of resource.