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

OutputResources

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

The resources produced by this image.

interface OutputResources {
amis?: Ami[] | null;
containers?: Container[] | null;
}

§Properties

§
amis?: Ami[] | null
[src]

The Amazon EC2 AMIs created by this image.

§
containers?: Container[] | null
[src]

Container images that the pipeline has generated and stored in the output repository.